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-03-20T23:18:07.990Z||main|||||INFO|500||The following profiles are active: basic
2023-03-20T23:18:18.407Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-20T23:18:18.408Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-20T23:18:18.535Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-20T23:18:20.776Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-20T23:18:21.179Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-20T23:18:21.656Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-20T23:18:21.941Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-20T23:18:22.744Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-20T23:18:25.520Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-20T23:18:26.224Z||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-03-20T23:18:28.302Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-20T23:18:28.430Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-20T23:18:28.467Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-20T23:18:28.487Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-20T23:18:29.140Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-20T23:18:29.498Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-20T23:18:30.382Z||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-03-20T23:18:31.251Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-20T23:18:31.251Z||main|||||ERROR|500||(conn=911) Table 'catalogdb.activity_spec' doesn't exist
2023-03-20T23:18:31.275Z||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-03-20T23:18:33.765Z||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-03-20T23:18:35.941Z||main|||||WARN|500||---
2023-03-20T23:18:35.942Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-20T23:18:35.942Z||main|||||WARN|500||---
2023-03-20T23:18:36.236Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-20T23:18:40.079Z||main|||||INFO|500||Started Application in 36.998 seconds (JVM running for 39.587)
2023-03-20T23:18:40.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-20T23:18:40.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-20T23:18:40.101Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-20T23:18:40.206Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4e1b3578-00db-464f-b632-ae557c8cf975 url= /sdc/v1/artifactTypes
2023-03-20T23:18:40.212Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-20T23:18:40.542Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-20T23:18:40.581Z||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-03-20T23:18:40.581Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-20T23:18:40.582Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3d553d53-b9f8-4c26-98b8-5d1219c42305 url= /sdc/v1/distributionKafkaData
2023-03-20T23:18:40.582Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-20T23:18:40.719Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-20T23:18:40.724Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5e005fd7
2023-03-20T23:18:40.778Z||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-b780c87e-1bd8-413b-b52b-7d2635853433
	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-03-20T23:18:40.820Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Instantiated an idempotent producer.
2023-03-20T23:18:40.901Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-20T23:18:40.951Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-20T23:18:40.952Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-20T23:18:40.952Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679354320949
2023-03-20T23:18:40.957Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-20T23:18:40.975Z||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-1077407c-2d6d-4b56-92b5-b4a79a9734bf
	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-03-20T23:18:41.081Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-20T23:18:41.082Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-20T23:18:41.083Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679354321081
2023-03-20T23:18:41.084Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:18:41.086Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:18:41.087Z||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-0a622a8e-0370-468e-85eb-e762cfa5dc86
	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-03-20T23:18:41.098Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-20T23:18:41.098Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-20T23:18:41.098Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679354321098
2023-03-20T23:18:41.099Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:18:41.101Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:18:41.108Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-20T23:18:42.279Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 nq82uJW2T8mx27sA2IMS2g
2023-03-20T23:18:42.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:42.280Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 nq82uJW2T8mx27sA2IMS2g
2023-03-20T23:18:42.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:42.280Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 nq82uJW2T8mx27sA2IMS2g
2023-03-20T23:18:42.281Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 nq82uJW2T8mx27sA2IMS2g
2023-03-20T23:18:42.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:42.282Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 nq82uJW2T8mx27sA2IMS2g
2023-03-20T23:18:42.280Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Cluster ID: UpH_tLZYSceTHViN1PnkzA
2023-03-20T23:18:42.282Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 nq82uJW2T8mx27sA2IMS2g
2023-03-20T23:18:42.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:42.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:42.282Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:42.284Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Cluster ID: UpH_tLZYSceTHViN1PnkzA
2023-03-20T23:18:42.284Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Cluster ID: UpH_tLZYSceTHViN1PnkzA
2023-03-20T23:18:42.284Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] ProducerId set to 2002 with epoch 0
2023-03-20T23:18:42.285Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-20T23:18:42.285Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-20T23:18:42.311Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-20T23:18:42.311Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-20T23:18:42.388Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad
2023-03-20T23:18:42.389Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-20T23:18:42.389Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-20T23:18:42.390Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-40b19e53-4ab5-4798-b8f1-a58b2281c694
2023-03-20T23:18:42.391Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-20T23:18:42.391Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-20T23:18:48.397Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-20T23:18:48.397Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-40b19e53-4ab5-4798-b8f1-a58b2281c694', protocol='range'}
2023-03-20T23:18:48.452Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:48.452Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:48.452Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:48.452Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:48.452Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:48.453Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-20T23:18:48.456Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-40b19e53-4ab5-4798-b8f1-a58b2281c694=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-20T23:18:48.477Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-20T23:18:48.477Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-40b19e53-4ab5-4798-b8f1-a58b2281c694', protocol='range'}
2023-03-20T23:18:48.478Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-20T23:18:48.478Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-20T23:18:48.481Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-20T23:18:48.481Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-20T23:18:48.499Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-20T23:18:48.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-20T23:18:48.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-20T23:18:48.499Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-20T23:18:48.499Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-20T23:18:48.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-20T23:18:48.499Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-20T23:18:48.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-20T23:18:48.499Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-20T23:18:48.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-20T23:18:48.499Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-20T23:18:48.499Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-20T23:18:48.535Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-20T23:18:48.536Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-20T23:18:48.657Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-20T23:18:48.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-20T23:18:48.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-20T23:18:48.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-20T23:18:48.658Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-20T23:18:48.659Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-20T23:18:48.661Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-20T23:18:48.661Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-20T23:18:48.662Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-20T23:18:48.662Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-20T23:19:41.090Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:19:41.101Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:20:41.092Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:20:41.103Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:21:41.093Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:21:41.104Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:22:41.095Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:22:41.106Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:23:41.097Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:23:41.107Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:24:41.099Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:24:41.107Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:25:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:25:41.108Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:26:41.101Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:26:41.109Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:27:41.103Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:27:41.111Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:27:42.348Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node -1 disconnected.
2023-03-20T23:27:42.349Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Node -1 disconnected.
2023-03-20T23:27:42.557Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Node -1 disconnected.
2023-03-20T23:28:26.863Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-20T23:28:41.104Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:28:41.111Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:29:41.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:29:41.113Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:30:41.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:30:41.114Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:31:41.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:31:41.114Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:32:41.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:32:41.115Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:33:41.111Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:33:41.117Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:34:41.112Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:34:41.119Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:35:41.112Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:35:41.121Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:36:41.114Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:36:41.123Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:37:41.115Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:37:41.123Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:38:41.117Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:38:41.124Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:39:41.118Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:39:41.126Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:40:41.118Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:40:41.126Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:41:41.120Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:41:41.128Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:42:41.121Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:42:41.128Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:43:41.123Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:43:41.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:44:41.123Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:44:41.131Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:45:41.125Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:45:41.131Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:46:41.127Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:46:41.132Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:47:41.129Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:47:41.134Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:48:41.130Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:48:41.134Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:49:41.131Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:49:41.134Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:50:41.133Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:50:41.135Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:51:41.134Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:51:41.135Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:52:41.135Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:52:41.137Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:53:41.136Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:53:41.138Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:54:41.138Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:54:41.140Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:55:41.140Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:55:41.140Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:56:41.141Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:56:41.142Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:57:41.142Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:57:41.144Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:58:41.143Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:58:41.145Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-20T23:59:41.144Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-20T23:59:41.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:00:41.145Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:00:41.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:01:41.147Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:01:41.147Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:02:41.148Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:02:41.149Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:03:41.150Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:03:41.150Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:04:41.151Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:04:41.151Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:05:41.152Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:05:41.153Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:06:41.152Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:06:41.154Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:07:41.154Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:07:41.155Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:08:41.154Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:08:41.157Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:09:41.156Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:09:41.158Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:10:41.157Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:10:41.159Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:11:41.158Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:11:41.160Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:12:41.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:12:41.161Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:13:41.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:13:41.162Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:14:41.162Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:14:41.162Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:15:41.163Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:15:41.164Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:16:41.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:16:41.165Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:17:41.167Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:17:41.167Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:18:41.168Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:18:41.167Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:19:41.168Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:19:41.169Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:20:41.169Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:20:41.171Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:21:41.171Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:21:41.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:22:41.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:22:41.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:23:41.175Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:23:41.175Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:24:41.176Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:24:41.177Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:25:41.177Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:25:41.178Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:26:41.178Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:26:41.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:27:41.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:27:41.179Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:28:41.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:28:41.180Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:29:41.181Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:29:41.181Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:30:41.183Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:30:41.183Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:31:41.183Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:31:41.185Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:32:41.185Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:32:41.186Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:33:41.185Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:33:41.187Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:34:41.186Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:34:41.188Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:35:41.187Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:35:41.188Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:36:41.188Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:36:41.189Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:37:41.189Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:37:41.191Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:38:41.190Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:38:41.192Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:39:41.192Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:39:41.194Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:40:41.194Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:40:41.195Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:41:41.195Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:41:41.195Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:42:41.196Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:42:41.197Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:43:41.197Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:43:41.198Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:44:41.198Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:44:41.199Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:45:41.199Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:45:41.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:46:41.200Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:46:41.201Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:47:41.201Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:47:41.201Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:48:41.203Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:48:41.203Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:49:41.204Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:49:41.204Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:50:41.204Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:50:41.205Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:51:41.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:51:41.206Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:52:41.207Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:52:41.207Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:53:41.208Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:53:41.209Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:54:41.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:54:41.210Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:55:41.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:55:41.212Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:56:41.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:56:41.213Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:57:41.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:57:41.214Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:58:41.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T00:58:41.215Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:59:41.216Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T00:59:41.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:00:41.217Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:00:41.218Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:01:41.219Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:01:41.219Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:02:41.219Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:02:41.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:03:41.220Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:03:41.221Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:04:41.221Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:04:41.222Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:05:41.222Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:05:41.222Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:06:41.223Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:06:41.223Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:07:41.225Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:07:41.225Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:08:41.226Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:08:41.227Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:09:41.227Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:09:41.227Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:10:41.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:10:41.228Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:11:41.230Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:11:41.230Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:12:41.231Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:12:41.231Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:13:41.232Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:13:41.232Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:14:41.233Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:14:41.232Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:15:41.234Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:15:41.235Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:16:41.235Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:16:41.236Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:17:41.237Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:17:41.238Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:18:41.239Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:18:41.239Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:19:41.241Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:19:41.241Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:20:41.242Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:20:41.243Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:21:41.244Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:21:41.244Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:22:41.245Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:22:41.245Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:23:41.246Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:23:41.247Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:24:41.247Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:24:41.247Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:25:41.247Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:25:41.249Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:26:41.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:26:41.255Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:27:41.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:27:41.256Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:28:41.250Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:28:41.257Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:29:41.252Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:29:41.257Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:30:41.254Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:30:41.258Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:31:41.254Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:31:41.259Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:32:41.256Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:32:41.259Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:33:41.256Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:33:41.259Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:34:41.258Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:34:41.260Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:35:41.259Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:35:41.261Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:36:41.260Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:36:41.262Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:37:41.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:37:41.263Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:38:41.262Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:38:41.263Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:39:41.262Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:39:41.263Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:40:41.263Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:40:41.264Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:41:41.264Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:41:41.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:42:41.265Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:42:41.266Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:43:41.266Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:43:41.266Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:44:41.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:44:41.267Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:45:41.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:45:41.268Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:46:41.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:46:41.268Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:47:41.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:47:41.269Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:48:41.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:48:41.270Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:49:41.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:49:41.271Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:50:41.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:50:41.272Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:51:41.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:51:41.273Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:52:41.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:52:41.274Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:53:41.272Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:53:41.274Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:54:41.273Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:54:41.275Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:55:41.273Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:55:41.275Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:56:41.275Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:56:41.275Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:57:41.277Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:57:41.277Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:58:41.277Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:58:41.278Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T01:59:41.278Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T01:59:41.278Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:00:41.279Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:00:41.280Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:01:41.280Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:01:41.280Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:02:41.280Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:02:41.281Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:03:41.281Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:03:41.282Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:04:41.281Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:04:41.283Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:05:41.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:05:41.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:06:41.285Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:06:41.285Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:07:41.285Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:07:41.286Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:08:41.287Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:08:41.287Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:09:41.287Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:09:41.288Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:10:41.288Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:10:41.289Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:11:41.289Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:11:41.289Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:12:41.289Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:12:41.289Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:13:41.290Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:13:41.290Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:14:41.291Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:14:41.292Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:15:41.292Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:15:41.293Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:16:41.294Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:16:41.294Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:17:41.295Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:17:41.295Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:18:41.296Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:18:41.297Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:19:41.297Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:19:41.298Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:20:41.298Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:20:41.298Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:21:41.298Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:21:41.298Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:22:41.299Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:22:41.300Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:23:41.300Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:23:41.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:24:41.301Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:24:41.302Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:25:41.303Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:25:41.303Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:26:41.304Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:26:41.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:27:41.305Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:27:41.306Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:28:41.306Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:28:41.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:29:41.307Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:29:41.307Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:30:41.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:30:41.309Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:31:41.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:31:41.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:32:41.310Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:32:41.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:33:41.312Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:33:41.312Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:34:41.313Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:34:41.313Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:35:41.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:35:41.314Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:36:41.316Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:36:41.316Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:37:41.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:37:41.317Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:38:41.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:38:41.319Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:39:41.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:39:41.320Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:40:41.320Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:40:41.321Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:41:41.320Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:41:41.322Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:42:41.321Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:42:41.323Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:43:41.323Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:43:41.325Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:44:41.324Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:44:41.326Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:45:41.325Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:45:41.326Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:46:41.326Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:46:41.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:47:41.327Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:47:41.327Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:48:41.328Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:48:41.328Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:49:41.328Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:49:41.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:50:41.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:50:41.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:51:41.330Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:51:41.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:52:41.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:52:41.331Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:53:41.332Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:53:41.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:54:41.333Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:54:41.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:55:41.333Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:55:41.334Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:56:41.335Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:56:41.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:57:41.335Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:57:41.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:58:41.336Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:58:41.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T02:59:41.338Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T02:59:41.339Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:00:41.339Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:00:41.340Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:01:41.339Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:01:41.341Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:02:41.341Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:02:41.342Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:03:41.342Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:03:41.343Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:04:41.343Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:04:41.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:05:41.343Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:05:41.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:06:41.344Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:06:41.345Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:07:41.344Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:07:41.345Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:08:41.345Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:08:41.346Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:09:41.347Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:09:41.348Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:10:41.348Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:10:41.349Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:11:41.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:11:41.349Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:12:41.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:12:41.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:13:41.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:13:41.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:14:41.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:14:41.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:15:41.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:15:41.353Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:16:41.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:16:41.354Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:17:41.355Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:17:41.355Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:18:41.355Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:18:41.357Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:19:41.357Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:19:41.359Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:20:41.357Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:20:41.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:21:41.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:21:41.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:22:41.359Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:22:41.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:23:41.360Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:23:41.361Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:24:41.361Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:24:41.362Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:25:41.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:25:41.362Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:26:41.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:26:41.363Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:27:41.363Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:27:41.363Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:28:41.364Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:28:41.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:29:41.365Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:29:41.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:30:41.365Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:30:41.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:31:41.366Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:31:41.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:32:41.368Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:32:41.369Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:33:41.368Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:33:41.369Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:24.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T03:34:24.479Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T03:34:24.497Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:34:24.503Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:34:24.503Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:34:24.503Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:24.510Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to nq82uJW2T8mx27sA2IMS2g
2023-03-21T03:34:24.510Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to nq82uJW2T8mx27sA2IMS2g
2023-03-21T03:34:24.510Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to nq82uJW2T8mx27sA2IMS2g
2023-03-21T03:34:24.510Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to nq82uJW2T8mx27sA2IMS2g
2023-03-21T03:34:24.510Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to nq82uJW2T8mx27sA2IMS2g
2023-03-21T03:34:24.510Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to nq82uJW2T8mx27sA2IMS2g
2023-03-21T03:34:24.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:34:24.601Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679369651686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:34:24.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:34:25.533Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:34:25.533Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:34:25.533Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:34:25.534Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:26.535Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:34:26.536Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:34:26.536Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:34:26.536Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:27.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:34:27.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:34:27.538Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:34:27.539Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:28.541Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:34:28.541Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:34:28.542Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:34:28.542Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:29.543Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:34:29.543Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:34:29.543Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:34:29.543Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:30.544Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:34:30.545Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:34:30.545Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:34:30.545Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:31.548Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T03:34:31.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T03:34:31.554Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T03:34:31.681Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T03:34:31.681Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T03:34:31.857Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T03:34:31.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:34:31.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:34:31.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:31.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:34:31.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:31.974Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T03:34:31.991Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 75674
2023-03-21T03:34:31.992Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T03:34:31.992Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:31.993Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T03:34:31.993Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:34:31.993Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:34:31.993Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369671991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:32.994Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T03:34:32.995Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:34:32.996Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035, URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar to file: /app/ASDC/1/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:32.996Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:33.058Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:33.058Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:33.401Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4408043937555703515/Definitions/service-BasicOnboardOpxczt-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-03-21T03:34:35.146Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T03:34:35.157Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T03:34:35.157Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:35.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T03:34:35.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:35.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:35.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:35.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:35.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:35.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_opxCzt 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-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:35.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar
2023-03-21T03:34:35.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T03:34:35.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_opxCzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T03:34:35.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_opxCzt 0 is matching search criteria
2023-03-21T03:34:35.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T03:34:35.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_opxCzt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T03:34:35.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_opxCzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T03:34:35.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_opxCzt 0 is matching search criteria
2023-03-21T03:34:35.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T03:34:35.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_opxCzt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T03:34:35.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_opxCzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T03:34:35.174Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_opxCzt 0 is not matching search criteria
2023-03-21T03:34:35.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-21T03:34:35.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-21T03:34:35.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-21T03:34:35.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-21T03:34:35.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T03:34:35.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_opxCzt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T03:34:35.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_opxCzt 0 is matching search criteria
2023-03-21T03:34:35.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_opxCzt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T03:34:35.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_opxCzt 0 is matching search criteria
2023-03-21T03:34:35.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_opxCzt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T03:34:35.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_opxCzt 0 is matching search criteria
2023-03-21T03:34:35.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_opxCzt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T03:34:35.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_opxCzt 0 is not matching search criteria
2023-03-21T03:34:35.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-21T03:34:35.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-21T03:34:35.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=926dc56c-8d76-46ef-bf93-d09772250387
2023-03-21T03:34:35.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_opxCzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T03:34:35.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_opxCzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T03:34:35.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_opxCzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T03:34:35.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T03:34:35.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_opxCzt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T03:34:35.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_opxCzt
Description:service
Model UUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
Model Version:NULL
Model InvariantUuid:3ea00520-3534-4359-9d83-5a3e45fe89df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_opxCzt
Model UUID:ae92a66f-9755-4105-985c-ef1dbd8bbf3e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bab23773-8400-4886-be58-499a6cb8b5dd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3797753f-330d-4553-8284-4e833d66d86e
ModelName:BasicOnboardOpxczt..base_ubuntu18..module-0
ModelUuid:330e1951-916b-4863-b12b-e7be1f3aee56
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:926dc56c-8d76-46ef-bf93-d09772250387
ModelInvariantUuid:8ba8879d-d289-4214-a2ee-5f2b28bfaf5a
ModelName:basic_onboard_opxCzt-nodes.ubuntu18Cvfc
ModelUuid:d21cddf5-6673-480e-8125-5ba47f3723e1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b8c99610-35ec-47da-a54e-2f491d9310ba
ModelInvariantUuid:90763a4f-3737-4561-b3bc-3f0d15db4804
ModelName:BasicOnboardOpxczt.compute.nodes.heat.ubuntu18
ModelUuid:2a289bd0-3c00-4912-87cb-ad67fbc03fbe
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-03-21T03:34:35.208Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T03:34:35.251Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T03:34:35.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T03:34:35.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:34:35.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:34:35.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:34:35.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T03:34:35.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@726b6a37
2023-03-21T03:34:35.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T03:34:35.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T03:34:35.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T03:34:35.337Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T03:34:35.337Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T03:34:35.337Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T03:34:35.338Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:34:35.338Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:34:35.338Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369675333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:36.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T03:34:36.362Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:34:36.408Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:34:36.412Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:34:36.412Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:34:41.101Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:34:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:34:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369654738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:34:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:34:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:34:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369661984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:34:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:34:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:34:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369652995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:34:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:34:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:34:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:34:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:06.413Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:35:06.439Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:35:06.445Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:35:06.445Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:35:36.445Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:35:36.472Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:35:36.477Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:35:36.478Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:35:41.101Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:35:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679369663466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679369651686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.114Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369654738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.114Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369652995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.115Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369661984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.117Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679369663466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.117Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679369651686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369654738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369661984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.119Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369652995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.119Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679369663466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369654738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679369651686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369661984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369652995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679369663466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369654738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679369651686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369661984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369652995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679369663466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679369651686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369654738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369661984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369652995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679369663466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369654738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.125Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679369651686,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369661984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369652995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679369663466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.126Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369621368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679369670131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679369670131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.127Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369672231,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679369672240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369672182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369671991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679369670131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369672960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369673284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679369670131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.129Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679369673964,
  "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-03-21T03:35:41.154Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c9215b2-d58e-4ba5-99f8-ed188a62c416
2023-03-21T03:35:41.154Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T03:35:41.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369674360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/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-03-21T03:35:41.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679369670131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369675366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/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-03-21T03:35:41.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369675333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T03:35:41.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679369670131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:35:41.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679369670131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T03:35:41.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679369677159,
  "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-03-21T03:35:41.200Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 7c9215b2-d58e-4ba5-99f8-ed188a62c416
2023-03-21T03:35:41.200Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T03:35:41.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679369677950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-21T03:35:41.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:35:41.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679369678956,
  "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-03-21T03:35:41.238Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of 7c9215b2-d58e-4ba5-99f8-ed188a62c416
2023-03-21T03:35:41.238Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T03:35:41.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:35:41.258Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369680691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T03:35:41.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:36:06.478Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:36:06.507Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:36:06.512Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:36:06.513Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:36:36.513Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:36:36.540Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:36:36.546Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:36:36.546Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:36:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:36:41.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:36:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "aai-model-loader",
  "timestamp": 1679369681695,
  "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-03-21T03:36:41.127Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c9215b2-d58e-4ba5-99f8-ed188a62c416
2023-03-21T03:36:41.127Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T03:37:06.547Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:37:06.575Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:37:06.583Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:37:06.583Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:37:36.583Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:37:36.608Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:37:36.613Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:37:36.613Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:37:41.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:38:06.614Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:38:06.647Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:38:06.654Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:38:06.654Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:38:36.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:38:36.683Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:38:36.689Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:38:36.689Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:38:41.102Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:39:06.689Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:39:06.720Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:39:06.725Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:39:06.726Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:39:24.335Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:39:24.336Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-40b19e53-4ab5-4798-b8f1-a58b2281c694 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T03:39:24.336Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T03:39:24.337Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T03:39:25.071Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:39:25.088Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:39:25.090Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T03:39:25.096Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:39:25.097Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T03:39:25.114Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:39:25.115Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:39:25.115Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:39:25.121Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:39:25.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:39:25.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:39:25.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=65, 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-03-21T03:39:25.123Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:39:25.123Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:39:36.726Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T03:39:36.726Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T03:39:36.746Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T03:39:36.747Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T03:39:41.104Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:39:47.844Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T03:39:47.937Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T03:39:48.368Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T03:39:48.372Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6aeb47c-3fe0-42d7-8a37-fad5154ec940], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T03:39:48.394Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T03:39:48.651Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:39:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[230], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-03:39:48:764-23331], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T03:39:48.652Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T03:39:48.653Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T03:39:48.659Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T03:39:48.659Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:39:48.674Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:39:48.675Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T03:39:48.675Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T03:39:48.676Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:39:48.676Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:39:48.676Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369988675,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:39:48.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:39:48.695Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369988675,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T03:39:48.696Z||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-03-21T03:39:49.708Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:39:49.708Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T03:39:49.709Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:39:49.710Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:39:49.710Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:39:49.710Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T03:39:49.716Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e1bf4319-4210-485e-a0f9-ad082538950f
2023-03-21T03:39:49.717Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T03:39:49.717Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:39:49.718Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T03:39:52.305Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:39:55.315Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:39:58.324Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:01.336Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:04.345Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:07.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:10.364Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:13.373Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:16.383Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:19.392Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:22.401Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:25.410Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:28.419Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:31.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:34.437Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:37.446Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:40.455Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:40:41.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:41.122Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:40:41.122Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T03:40:41.128Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:40:41.129Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e1bf4319-4210-485e-a0f9-ad082538950f', protocol='range'}
2023-03-21T03:40:41.134Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e1bf4319-4210-485e-a0f9-ad082538950f=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-03-21T03:40:41.148Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e1bf4319-4210-485e-a0f9-ad082538950f', protocol='range'}
2023-03-21T03:40:41.149Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:40:41.149Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:40:41.149Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:40:41.149Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:40:41.150Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:40:41.154Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:40:41.154Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:40:41.154Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T03:40:41.154Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:40:41.155Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=66, 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-03-21T03:40:41.155Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T03:40:41.155Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:40:41.155Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T03:40:41.155Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T03:40:41.155Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:40:41.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T03:40:41.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T03:40:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T03:40:41.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T03:40:41.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:40:41.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:40:41.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:40:41.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:42.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:40:42.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:40:42.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:40:42.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:42.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:40:42.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:40:42.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:40:43.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:40:43.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:40:43.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:40:43.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:44.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:40:44.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:40:44.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:40:44.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:45.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:40:45.174Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:40:45.174Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:40:45.174Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:46.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:40:46.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:40:46.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:40:46.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:47.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:40:47.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:40:47.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:40:47.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:48.180Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T03:40:48.181Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T03:40:48.181Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T03:40:48.182Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T03:40:48.182Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T03:40:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T03:40:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:40:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:40:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:40:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:40:48.230Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:40:48.261Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T03:40:48.262Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@334410f5
2023-03-21T03:40:48.262Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T03:40:48.262Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T03:40:48.263Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T03:40:48.263Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T03:40:48.263Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T03:40:48.264Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T03:40:48.264Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:40:48.264Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:40:48.264Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370048263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:49.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T03:40:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:40:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T03:40:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T03:40:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T03:40:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:40:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:40:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:40:49.315Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T03:40:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1e299ab3
2023-03-21T03:40:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T03:40:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T03:40:49.317Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T03:40:49.317Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T03:40:49.317Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T03:40:49.317Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T03:40:49.318Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:40:49.318Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:40:49.318Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370049317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:40:50.319Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T03:40:50.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:40:50.348Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:40:50.356Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:40:50.356Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:41:20.356Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:41:20.382Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:41:20.387Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:41:20.388Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:41:41.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:41:41.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:41:41.102Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T03:41:41.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:41:50.388Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:41:50.416Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:41:50.421Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:41:50.421Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:42:20.421Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:42:20.446Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:42:20.452Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:42:20.453Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:42:41.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:42:41.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:42:41.103Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T03:42:41.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:42:41.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:42:41.104Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:42:41.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:42:41.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:42:41.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T03:42:41.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:42:41.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:42:41.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:42:41.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:42:41.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:42:41.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679369989708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T03:42:41.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:42:41.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:42:41.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370048263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T03:42:41.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:42:41.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T03:42:41.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370049317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T03:42:41.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:42:50.453Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:42:50.479Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:42:50.485Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:42:50.485Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:43:20.485Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:43:20.515Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:43:20.520Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:43:20.521Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:43:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:43:50.521Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:43:50.550Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:43:50.555Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:43:50.555Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:44:20.556Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:44:20.584Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:44:20.589Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:44:20.589Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:44:41.102Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:44:50.590Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:44:50.609Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:44:50.614Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:44:50.614Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:45:20.614Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:45:20.643Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:45:20.648Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:45:20.649Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:45:41.102Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:45:41.190Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:45:41.190Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e1bf4319-4210-485e-a0f9-ad082538950f sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T03:45:41.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T03:45:41.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T03:45:41.676Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:45:41.691Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:45:41.691Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T03:45:41.698Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:45:41.699Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T03:45:41.714Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:45:41.715Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:45:41.715Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:45:41.721Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:45:41.721Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:45:41.722Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:45:41.722Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=75, 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-03-21T03:45:41.722Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:45:41.722Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:45:50.649Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T03:45:50.649Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T03:45:50.662Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T03:45:50.662Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T03:45:50.663Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T03:45:50.669Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T03:45:50.701Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T03:45:50.701Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c35655f-ee28-4158-8b0b-5d150b01cc2d], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T03:45:50.710Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T03:45:50.873Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:45:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-03:45:51:076-39019], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T03:45:50.874Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T03:45:50.874Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T03:45:50.874Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T03:45:50.875Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:45:50.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:45:50.899Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T03:45:50.899Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T03:45:50.899Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:45:50.899Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:45:50.899Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370350899,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:45:50.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:45:50.917Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370350899,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T03:45:50.918Z||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-03-21T03:45:51.928Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:45:51.928Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T03:45:51.929Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:45:51.929Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:45:51.929Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:45:51.929Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T03:45:51.934Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-21b2e47a-b514-475e-8b32-0023e3077a68
2023-03-21T03:45:51.934Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T03:45:51.934Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:45:51.934Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T03:45:53.828Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:45:56.837Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:45:59.846Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:02.855Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:05.864Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:08.873Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:11.882Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:14.892Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:17.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:20.913Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:23.923Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:26.932Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:29.940Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:32.949Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:35.958Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:38.967Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:46:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:41.117Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:46:41.118Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T03:46:41.125Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:46:41.125Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-21b2e47a-b514-475e-8b32-0023e3077a68', protocol='range'}
2023-03-21T03:46:41.131Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-21b2e47a-b514-475e-8b32-0023e3077a68=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T03:46:41.147Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:46:41.147Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-21b2e47a-b514-475e-8b32-0023e3077a68', protocol='range'}
2023-03-21T03:46:41.148Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:46:41.148Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:46:41.148Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:46:41.148Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:46:41.153Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:46:41.153Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:46:41.154Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:46:41.154Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=76, 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-03-21T03:46:41.154Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:46:41.154Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:46:41.154Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T03:46:41.155Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T03:46:41.155Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T03:46:41.155Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T03:46:41.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T03:46:41.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T03:46:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T03:46:41.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T03:46:41.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:46:41.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:46:41.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:46:41.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:42.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:46:42.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:46:42.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:46:42.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T03:46:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:46:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:46:43.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:46:43.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:46:43.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:46:43.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:44.174Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:46:44.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:46:44.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:46:44.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:45.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:46:45.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:46:45.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:46:45.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:46.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:46:46.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:46:46.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:46:46.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:47.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:46:47.180Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:46:47.180Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:46:47.180Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:48.182Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T03:46:48.182Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T03:46:48.183Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T03:46:48.183Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T03:46:48.183Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T03:46:48.236Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T03:46:48.236Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:46:48.236Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:46:48.237Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:46:48.237Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:46:48.237Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:46:48.271Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T03:46:48.271Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4444576a
2023-03-21T03:46:48.272Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T03:46:48.272Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T03:46:48.272Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T03:46:48.272Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T03:46:48.272Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T03:46:48.272Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T03:46:48.273Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:46:48.273Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:46:48.273Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370408272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:49.274Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T03:46:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:46:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T03:46:49.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T03:46:49.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T03:46:49.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:46:49.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:46:49.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:46:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T03:46:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31fda6bf
2023-03-21T03:46:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T03:46:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T03:46:49.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T03:46:49.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T03:46:49.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T03:46:49.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T03:46:49.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:46:49.332Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:46:49.332Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370409331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:46:50.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T03:46:50.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:46:50.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:46:50.368Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:46:50.368Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:47:20.368Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:47:20.398Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:47:20.404Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:47:20.404Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:47:41.101Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:47:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T03:47:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T03:47:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:47:50.404Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:47:50.433Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:47:50.439Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:47:50.439Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:48:20.440Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:48:20.468Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:48:20.472Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:48:20.473Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:48:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:48:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T03:48:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T03:48:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:48:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T03:48:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:48:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:48:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T03:48:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T03:48:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:48:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T03:48:41.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:48:41.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:48:41.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T03:48:41.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370351928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T03:48:41.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:48:41.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T03:48:41.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370408272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T03:48:41.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:48:41.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T03:48:41.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370409331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T03:48:41.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:48:50.473Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:48:50.503Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:48:50.510Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:48:50.510Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:49:20.510Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:49:20.542Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:49:20.548Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:49:20.548Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:49:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:49:50.549Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:49:50.582Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:49:50.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:49:50.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:50:20.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:50:20.621Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:50:20.627Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:50:20.627Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:50:41.101Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:50:50.627Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:50:50.652Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:50:50.657Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:50:50.657Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:51:20.657Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:51:20.684Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:51:20.689Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:51:20.689Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:51:41.103Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:51:41.181Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:51:41.181Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-21b2e47a-b514-475e-8b32-0023e3077a68 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T03:51:41.182Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T03:51:41.182Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T03:51:41.685Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:51:41.699Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:51:41.699Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T03:51:41.709Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:51:41.710Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T03:51:41.726Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:51:41.727Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:51:41.727Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:51:41.733Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:51:41.734Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:51:41.734Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:51:41.734Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=85, 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-03-21T03:51:41.735Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:51:41.735Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:51:44.339Z||kafka-producer-network-thread | SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b780c87e-1bd8-413b-b52b-7d2635853433] Node 1 disconnected.
2023-03-21T03:51:50.689Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T03:51:50.690Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T03:51:50.703Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T03:51:50.703Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T03:51:50.704Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T03:51:50.708Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T03:51:50.738Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T03:51:50.738Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83d35434-9fe5-4e55-a594-7c12e340cb10], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T03:51:50.748Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T03:51:50.959Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:51:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[195], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-03:51:51:116-83773], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T03:51:50.959Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T03:51:50.960Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T03:51:50.960Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T03:51:50.960Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:51:50.967Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:51:50.967Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T03:51:50.967Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T03:51:50.967Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:51:50.967Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:51:50.968Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370710967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:51:50.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T03:51:50.985Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370710967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T03:51:50.985Z||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-03-21T03:51:51.994Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:51:51.994Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T03:51:51.994Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:51:51.994Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:51:51.994Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:51:51.994Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T03:51:51.999Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-98d03f5f-3bf7-4764-98c8-f7eef54c9237
2023-03-21T03:51:51.999Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T03:51:51.999Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:51:51.999Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T03:51:53.893Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:51:56.903Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:51:59.912Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:02.921Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:05.929Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:08.938Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:11.947Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:14.955Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:17.964Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:20.974Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:23.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:26.992Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:30.000Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:33.010Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:36.020Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:39.030Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:52:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:41.118Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:52:41.119Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T03:52:41.125Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:52:41.125Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-98d03f5f-3bf7-4764-98c8-f7eef54c9237', protocol='range'}
2023-03-21T03:52:41.130Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-98d03f5f-3bf7-4764-98c8-f7eef54c9237=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T03:52:41.145Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-98d03f5f-3bf7-4764-98c8-f7eef54c9237', protocol='range'}
2023-03-21T03:52:41.146Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:52:41.146Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:52:41.146Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:52:41.146Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:52:41.146Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:52:41.151Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T03:52:41.151Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:52:41.151Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T03:52:41.151Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:52:41.151Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T03:52:41.152Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:52:41.152Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T03:52:41.152Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=86, 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-03-21T03:52:41.152Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T03:52:41.152Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:52:41.152Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T03:52:41.152Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:52:41.162Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T03:52:41.162Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T03:52:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:52:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:52:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:52:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:42.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:52:42.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:52:42.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:52:42.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:42.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:52:42.172Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:52:42.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:52:43.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:52:43.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:52:43.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:52:43.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:44.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:52:44.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:52:44.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:52:44.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:45.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:52:45.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:52:45.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:52:45.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:46.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:52:46.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:52:46.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:52:46.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:47.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:52:47.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:52:47.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:52:47.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:48.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T03:52:48.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T03:52:48.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T03:52:48.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T03:52:48.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T03:52:48.235Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T03:52:48.236Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:52:48.236Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:52:48.236Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:52:48.236Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:52:48.236Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:52:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T03:52:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@65f18894
2023-03-21T03:52:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T03:52:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T03:52:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T03:52:48.267Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T03:52:48.267Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T03:52:48.267Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T03:52:48.267Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:52:48.267Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:52:48.267Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370768267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:49.268Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T03:52:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:52:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T03:52:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T03:52:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T03:52:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:52:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:52:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:52:49.318Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T03:52:49.319Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4acd4e24
2023-03-21T03:52:49.319Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T03:52:49.319Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T03:52:49.319Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T03:52:49.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T03:52:49.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T03:52:49.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T03:52:49.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:52:49.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:52:49.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370769319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:52:50.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T03:52:50.322Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:52:50.351Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:52:50.370Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:52:50.370Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:53:20.370Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:53:20.400Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:53:20.406Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:53:20.406Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:53:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:53:41.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:53:41.103Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T03:53:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:53:50.406Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:53:50.434Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:53:50.439Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:53:50.439Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:54:20.440Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:54:20.468Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:54:20.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:54:20.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:54:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:54:41.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:54:41.103Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T03:54:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:54:41.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:54:41.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:54:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:54:41.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:54:41.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T03:54:41.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:54:41.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:54:41.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:54:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:54:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:54:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370711994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T03:54:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:54:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:54:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370768267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T03:54:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:54:41.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:54:41.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679370769319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T03:54:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:54:50.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:54:50.501Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:54:50.507Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:54:50.507Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:55:20.507Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:55:20.534Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:55:20.539Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:55:20.539Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:55:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:55:50.539Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:55:50.566Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:55:50.572Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:55:50.572Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:56:20.572Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:56:20.594Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:56:20.598Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:56:20.598Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:56:41.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:56:50.598Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:56:50.627Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:56:50.633Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:56:50.634Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:57:20.634Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:57:20.661Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:57:20.667Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:57:20.667Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:57:41.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:57:41.203Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:57:41.204Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-98d03f5f-3bf7-4764-98c8-f7eef54c9237 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T03:57:41.204Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T03:57:41.204Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T03:57:41.684Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:57:41.698Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:57:41.698Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T03:57:41.706Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:57:41.706Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T03:57:41.720Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:57:41.720Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:57:41.721Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:57:41.726Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:57:41.727Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:57:41.727Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:57:41.727Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=95, 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-03-21T03:57:41.727Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:57:41.727Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:57:50.667Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T03:57:50.667Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T03:57:50.681Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T03:57:50.681Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T03:57:50.682Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T03:57:50.687Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T03:57:50.716Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T03:57:50.716Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T03:57:50.724Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T03:57:50.876Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T03:57:50.876Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 03:57:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[368840], x-aai-txid=[2-aai-resources-230321-03:57:51:089-23264], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T03:57:50.876Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T03:57:50.877Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T03:57:50.877Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:57:50.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:57:50.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T03:57:50.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T03:57:50.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:57:50.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:57:50.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371070886,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:57:50.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T03:57:50.906Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371070886,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T03:57:50.906Z||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-03-21T03:57:51.920Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T03:57:51.920Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T03:57:51.921Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:57:51.921Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:57:51.921Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:57:51.921Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T03:57:51.926Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-a5c3e3d9-6905-48be-be7f-10829534fe08
2023-03-21T03:57:51.927Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T03:57:51.927Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:57:51.927Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T03:57:53.825Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:57:56.834Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:57:59.843Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:02.852Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:05.861Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:08.872Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:11.881Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:14.891Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:17.901Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:20.911Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:23.921Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:26.931Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:29.940Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:32.950Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:35.960Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:38.969Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T03:58:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:41.122Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:58:41.122Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T03:58:41.128Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-a5c3e3d9-6905-48be-be7f-10829534fe08', protocol='range'}
2023-03-21T03:58:41.128Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:58:41.134Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-a5c3e3d9-6905-48be-be7f-10829534fe08=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T03:58:41.147Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T03:58:41.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:58:41.148Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-a5c3e3d9-6905-48be-be7f-10829534fe08', protocol='range'}
2023-03-21T03:58:41.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:58:41.148Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:58:41.148Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T03:58:41.152Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T03:58:41.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:58:41.153Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T03:58:41.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:58:41.153Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T03:58:41.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:58:41.153Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T03:58:41.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=96, 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-03-21T03:58:41.153Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T03:58:41.153Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T03:58:41.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:58:41.153Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T03:58:41.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T03:58:41.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T03:58:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:58:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:58:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:58:41.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:42.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:58:42.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:58:42.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:58:42.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:42.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T03:58:42.169Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T03:58:42.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:58:43.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:58:43.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:58:43.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:58:43.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:44.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:58:44.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:58:44.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:58:44.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:45.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:58:45.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:58:45.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:58:45.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:46.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:58:46.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:58:46.174Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:58:46.174Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:47.174Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T03:58:47.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:58:47.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:58:47.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:48.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T03:58:48.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T03:58:48.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T03:58:48.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T03:58:48.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T03:58:48.232Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T03:58:48.233Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:58:48.233Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T03:58:48.233Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:58:48.233Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:58:48.234Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T03:58:48.268Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T03:58:48.268Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f5406f6
2023-03-21T03:58:48.268Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T03:58:48.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T03:58:48.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T03:58:48.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T03:58:48.270Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T03:58:48.270Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T03:58:48.270Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:58:48.270Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:58:48.270Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371128269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:49.272Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T03:58:49.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T03:58:49.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T03:58:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T03:58:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T03:58:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:58:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T03:58:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T03:58:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T03:58:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@81c75c9
2023-03-21T03:58:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T03:58:49.317Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T03:58:49.317Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T03:58:49.317Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T03:58:49.317Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T03:58:49.317Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T03:58:49.318Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T03:58:49.318Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T03:58:49.318Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371129317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:58:50.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T03:58:50.322Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:58:50.353Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:58:50.358Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:58:50.358Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:59:20.359Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:59:20.391Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:59:20.397Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:59:20.398Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T03:59:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T03:59:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T03:59:41.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T03:59:41.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T03:59:50.398Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:59:50.426Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T03:59:50.430Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T03:59:50.430Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:00:20.430Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:00:20.457Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:00:20.462Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:00:20.462Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:00:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:00:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:00:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:00:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:00:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:00:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:00:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:00:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:00:41.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:00:41.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:00:41.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:00:41.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:00:41.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:00:41.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:00:41.106Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371071920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:00:41.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:00:41.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:00:41.106Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371128269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:00:41.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:00:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:00:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371129317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:00:41.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:00:50.463Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:00:50.489Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:00:50.494Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:00:50.494Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:01:20.494Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:01:20.524Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:01:20.531Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:01:20.531Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:01:41.101Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:01:50.531Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:01:50.558Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:01:50.566Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:01:50.567Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:02:20.567Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:02:20.597Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:02:20.602Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:02:20.603Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:02:41.102Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:02:50.603Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:02:50.628Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:02:50.632Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:02:50.632Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:03:20.633Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:03:20.661Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:03:20.666Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:03:20.667Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:03:41.102Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:03:41.161Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:03:41.162Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-a5c3e3d9-6905-48be-be7f-10829534fe08 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T04:03:41.162Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T04:03:41.162Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T04:03:41.676Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:03:41.690Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:03:41.690Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:03:41.697Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:03:41.697Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:03:41.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:03:41.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:03:41.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:03:41.717Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:03:41.717Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:03:41.717Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:03:41.718Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=105, 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-03-21T04:03:41.718Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:03:41.718Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:03:50.667Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T04:03:50.667Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T04:03:50.680Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T04:03:50.681Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T04:03:50.681Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T04:03:50.686Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:03:50.724Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T04:03:50.724Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[296ca0d2-f3a0-4321-86d5-efdd3ad7768d], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T04:03:50.732Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T04:03:50.867Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:03:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-04:03:51:099-63928], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:03:50.867Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:03:50.868Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T04:03:50.868Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:03:50.868Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:03:50.880Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:03:50.881Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T04:03:50.881Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T04:03:50.881Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:03:50.881Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:03:50.881Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371430881,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:03:50.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:03:50.902Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371430881,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T04:03:50.902Z||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-03-21T04:03:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T04:03:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T04:03:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:03:51.915Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:03:51.915Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:03:51.915Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:03:51.920Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-92456454-253c-42f0-980c-be0f2eaa6b04
2023-03-21T04:03:51.920Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T04:03:51.920Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:03:51.921Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:03:53.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:03:56.860Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:03:59.871Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:02.880Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:05.889Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:08.897Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:11.907Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:14.916Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:17.925Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:20.934Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:23.942Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:26.951Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:29.959Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:32.967Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:35.976Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:38.985Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:04:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:41.114Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:04:41.114Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:04:41.120Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-92456454-253c-42f0-980c-be0f2eaa6b04', protocol='range'}
2023-03-21T04:04:41.120Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:04:41.128Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-1077407c-2d6d-4b56-92b5-b4a79a9734bf-92456454-253c-42f0-980c-be0f2eaa6b04=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-03-21T04:04:41.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:04:41.141Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-92456454-253c-42f0-980c-be0f2eaa6b04', protocol='range'}
2023-03-21T04:04:41.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:04:41.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:04:41.142Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:04:41.143Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:04:41.147Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:04:41.147Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:04:41.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:04:41.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:04:41.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=106, 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-03-21T04:04:41.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:04:41.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:04:41.148Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:04:41.149Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:04:41.149Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:04:41.149Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:04:41.149Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:04:41.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:04:41.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:04:41.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:04:41.161Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:04:41.161Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:04:41.161Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:42.162Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:04:42.162Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:04:42.162Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:04:42.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:42.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:04:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:04:42.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:04:43.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:04:43.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:04:43.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:04:43.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:44.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:04:44.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:04:44.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:04:44.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:45.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:04:45.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:04:45.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:04:45.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:46.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:04:46.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:04:46.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:04:46.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:47.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:04:47.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:04:47.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:04:47.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:48.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:04:48.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:04:48.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T04:04:48.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:04:48.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T04:04:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:04:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:04:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:04:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:04:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:04:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:04:48.251Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1833888
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:04:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371488252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:49.253Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T04:04:49.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:04:49.270Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:04:49.275Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T04:04:49.275Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T04:04:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:04:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:04:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:04:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:04:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@10c02ea1
2023-03-21T04:04:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:04:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:04:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:04:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T04:04:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T04:04:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:04:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:04:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:04:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371489298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:04:50.300Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T04:04:50.301Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:04:50.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:04:50.335Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:04:50.336Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:05:20.336Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:05:20.368Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:05:20.374Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:05:20.374Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:05:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:05:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:05:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:05:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:05:50.374Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:05:50.405Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:05:50.411Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:05:50.411Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:06:20.411Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:06:20.438Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:06:20.444Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:06:20.444Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:06:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:06:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:06:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:06:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:06:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:06:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:06:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:06:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:06:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371431914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371488252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371489298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:06:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:06:50.444Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:06:50.473Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:06:50.478Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:06:50.478Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:07:20.478Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:07:20.502Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:07:20.507Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:07:20.507Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:07:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:07:50.507Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:07:50.537Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:07:50.542Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:07:50.543Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:08:20.543Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:08:20.570Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:08:20.574Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:08:20.574Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:08:41.102Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:08:50.574Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:08:50.602Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:08:50.608Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:08:50.608Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:09:20.608Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:09:20.634Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:09:20.639Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:09:20.639Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:09:41.103Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:09:41.221Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:09:41.222Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-92456454-253c-42f0-980c-be0f2eaa6b04 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T04:09:41.222Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T04:09:41.223Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T04:09:41.698Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:09:41.711Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:09:41.711Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:09:41.717Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:09:41.717Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:09:41.731Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:09:41.731Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:09:41.731Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:09:41.735Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:09:41.735Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:09:41.735Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:09:41.736Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=115, 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-03-21T04:09:41.736Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:09:41.736Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:09:50.639Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T04:09:50.640Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T04:09:50.652Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T04:09:50.652Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T04:09:50.653Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T04:09:50.660Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:09:50.687Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T04:09:50.688Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T04:09:50.695Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T04:09:50.855Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T04:09:50.855Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:09:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[368840], x-aai-txid=[0-aai-resources-230321-04:09:51:062-69883], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:09:50.855Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:09:50.856Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:09:50.856Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:09:50.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:09:50.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T04:09:50.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T04:09:50.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:09:50.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:09:50.864Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371790863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:09:50.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:09:50.882Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371790863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T04:09:50.883Z||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-03-21T04:09:51.892Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T04:09:51.892Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T04:09:51.893Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:09:51.893Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:09:51.893Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:09:51.893Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:09:51.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-0db820f7-f3c2-4032-828d-f3c71d1b46fb
2023-03-21T04:09:51.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T04:09:51.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:09:51.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:09:53.834Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:09:56.843Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:09:59.852Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:02.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:05.871Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:08.880Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:11.889Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:14.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:17.908Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:20.917Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:23.926Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:26.937Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:29.946Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:32.956Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:35.965Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:38.973Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:10:41.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:41.116Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:10:41.116Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:10:41.120Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:10:41.122Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-0db820f7-f3c2-4032-828d-f3c71d1b46fb', protocol='range'}
2023-03-21T04:10:41.124Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-0db820f7-f3c2-4032-828d-f3c71d1b46fb=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:10:41.138Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-0db820f7-f3c2-4032-828d-f3c71d1b46fb', protocol='range'}
2023-03-21T04:10:41.138Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:10:41.139Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:10:41.139Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:10:41.139Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:10:41.139Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:10:41.143Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:10:41.143Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:10:41.143Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:10:41.143Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:10:41.143Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:10:41.143Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:10:41.144Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:10:41.144Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:10:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:10:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=116, 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-03-21T04:10:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:10:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:10:41.152Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:10:41.152Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:10:41.154Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:10:41.154Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:10:41.155Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:10:41.155Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:42.155Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:10:42.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:10:42.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:10:42.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:42.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:10:42.162Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:10:42.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:10:43.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:10:43.157Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:10:43.157Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:10:43.157Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:44.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:10:44.159Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:10:44.159Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:10:44.159Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:45.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:10:45.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:10:45.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:10:45.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:46.161Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:10:46.161Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:10:46.161Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:10:46.161Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:47.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:10:47.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:10:47.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:10:47.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:48.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:10:48.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:10:48.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T04:10:48.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:10:48.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T04:10:48.213Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:10:48.214Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:10:48.215Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:10:48.215Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:10:48.215Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:10:48.215Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:10:48.246Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:10:48.246Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@789371f9
2023-03-21T04:10:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:10:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:10:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:10:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T04:10:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T04:10:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:10:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:10:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:10:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371848247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:49.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T04:10:49.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:10:49.270Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:10:49.275Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T04:10:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T04:10:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:10:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:10:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:10:49.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:10:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@661e4e39
2023-03-21T04:10:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:10:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:10:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:10:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T04:10:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T04:10:49.297Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:10:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:10:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:10:49.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:10:50.299Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T04:10:50.299Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:10:50.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:10:50.328Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:10:50.328Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:11:20.328Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:11:20.358Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:11:20.362Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:11:20.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:11:41.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:11:41.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:11:41.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:11:41.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:11:50.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:11:50.389Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:11:50.393Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:11:50.393Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:12:20.393Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:12:20.423Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:12:20.431Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:12:20.431Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:12:41.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:12:41.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:12:41.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:12:41.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:12:41.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:12:41.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:12:41.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:12:41.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371791892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371848247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679371849297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:12:41.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:12:50.432Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:12:50.459Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:12:50.464Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:12:50.465Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:13:20.465Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:13:20.498Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:13:20.504Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:13:20.504Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:13:41.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:13:50.504Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:13:50.527Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:13:50.530Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:13:50.531Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:14:20.531Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:14:20.554Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:14:20.559Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:14:20.559Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:14:41.101Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:14:50.559Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:14:50.584Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:14:50.587Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:14:50.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:15:20.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:15:20.614Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:15:20.620Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:15:20.620Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:15:41.103Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:15:41.144Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:15:41.145Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-0db820f7-f3c2-4032-828d-f3c71d1b46fb sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T04:15:41.145Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T04:15:41.145Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T04:15:41.700Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:15:41.714Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:15:41.715Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:15:41.721Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:15:41.722Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:15:41.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:15:41.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:15:41.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:15:41.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:15:41.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:15:41.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:15:41.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=125, 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-03-21T04:15:41.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:15:41.746Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:15:50.620Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T04:15:50.620Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T04:15:50.633Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T04:15:50.634Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T04:15:50.635Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T04:15:50.650Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:15:50.675Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T04:15:50.676Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T04:15:50.683Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T04:15:50.857Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T04:15:50.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:15:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[170], vertex-id=[368840], x-aai-txid=[2-aai-resources-230321-04:15:51:049-98686], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:15:50.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:15:50.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:15:50.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:15:50.870Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:15:50.870Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T04:15:50.871Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T04:15:50.871Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:15:50.871Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:15:50.871Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372150870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:15:50.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:15:50.889Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372150870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T04:15:50.891Z||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-03-21T04:15:51.913Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T04:15:51.913Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T04:15:51.913Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:15:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:15:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:15:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:15:51.919Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-cb331189-f3df-4d63-8091-9376bd8ed66c
2023-03-21T04:15:51.919Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T04:15:51.920Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:15:51.920Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:15:53.869Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:15:56.877Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:15:59.885Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:02.893Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:05.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:08.910Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:11.923Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:14.931Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:17.940Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:20.949Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:23.958Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:26.966Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:29.974Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:32.983Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:35.991Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:38.999Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:16:41.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:41.114Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:16:41.115Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:16:41.121Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:16:41.121Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-cb331189-f3df-4d63-8091-9376bd8ed66c', protocol='range'}
2023-03-21T04:16:41.126Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-1077407c-2d6d-4b56-92b5-b4a79a9734bf-cb331189-f3df-4d63-8091-9376bd8ed66c=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-03-21T04:16:41.140Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:16:41.140Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-cb331189-f3df-4d63-8091-9376bd8ed66c', protocol='range'}
2023-03-21T04:16:41.140Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:16:41.140Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:16:41.140Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:16:41.140Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:16:41.144Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:16:41.144Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:16:41.145Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:16:41.145Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:16:41.145Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:16:41.145Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:16:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:16:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:16:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:16:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=126, 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-03-21T04:16:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:16:41.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:16:41.152Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:16:41.152Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:16:41.154Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:16:41.154Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:16:41.154Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:16:41.154Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:42.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:16:42.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:16:42.156Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:16:42.157Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:42.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:16:42.160Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:16:42.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:16:43.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:16:43.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:16:43.158Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:16:43.159Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:44.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:16:44.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:16:44.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:16:44.161Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:45.162Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:16:45.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:16:45.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:16:45.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:46.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:16:46.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:16:46.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:16:46.165Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:47.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:16:47.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:16:47.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:16:47.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:48.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:16:48.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:16:48.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T04:16:48.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:16:48.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T04:16:48.223Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:16:48.224Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:16:48.224Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:16:48.224Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:16:48.224Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:16:48.224Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:16:48.256Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:16:48.256Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58078b35
2023-03-21T04:16:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:16:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:16:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:16:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T04:16:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T04:16:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:16:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:16:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:16:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372208258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:49.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T04:16:49.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:16:49.282Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:16:49.287Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T04:16:49.287Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T04:16:49.287Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:16:49.288Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:16:49.288Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:16:49.304Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:16:49.304Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@17c0578
2023-03-21T04:16:49.304Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:16:49.304Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:16:49.304Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:16:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T04:16:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T04:16:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:16:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:16:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:16:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:16:50.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T04:16:50.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:16:50.340Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:16:50.346Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:16:50.346Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:17:20.346Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:17:20.378Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:17:20.387Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:17:20.387Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:17:41.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:17:41.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:17:41.101Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:17:41.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:17:50.388Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:17:50.414Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:17:50.419Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:17:50.419Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:18:20.420Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:18:20.445Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:18:20.450Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:18:20.450Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:18:41.100Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:18:41.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:18:41.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:18:41.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:18:41.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:18:41.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:18:41.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:18:41.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:18:41.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:18:41.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:18:41.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:18:41.103Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372151913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372208258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372209305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:18:41.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:18:50.450Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:18:50.478Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:18:50.482Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:18:50.483Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:19:20.483Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:19:20.511Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:19:20.517Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:19:20.517Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:19:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:19:41.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.114Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372348253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.115Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679372342927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.115Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372345026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.116Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679372313300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.116Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372340131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.116Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679372342927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.118Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372348253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:19:41.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.118Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679372313300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.118Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372345026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.119Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372340131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.119Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679372342927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.119Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372348253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679372313300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372345026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372340131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.121Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679372342927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.121Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372345026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.121Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372348253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.122Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679372313300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.122Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372340131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.123Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679372342927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.123Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372345026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.123Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372348253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T04:19:41.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.124Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679372313300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.124Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372352995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.125Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372340131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.125Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679372342927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.125Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679372313300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.126Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372348253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.126Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372345026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.127Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372352995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.127Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372340131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.127Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679372342927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.128Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679372313300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:19:41.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.128Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372345026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:19:41.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.128Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372348253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:19:41.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.129Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372352995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.129Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372340131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:19:41.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.129Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679372356010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:19:41.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372355941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:19:41.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372355731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:19:41.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.130Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372352995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372356599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:19:41.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372356736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:19:41.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.131Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372352995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372357038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:19:41.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.132Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679372357737,
  "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-03-21T04:19:41.170Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 587a3d4f-06dd-409c-b3c0-ee7704cc906a
2023-03-21T04:19:41.170Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T04:19:41.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.197Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372352995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:19:41.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372358130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:19:41.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372352995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:19:41.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372359180,
  "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-03-21T04:19:41.210Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 587a3d4f-06dd-409c-b3c0-ee7704cc906a
2023-03-21T04:19:41.210Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T04:19:41.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.226Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372360155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:19:41.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679372360182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T04:19:41.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372361334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:19:41.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.227Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679372362338,
  "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-03-21T04:19:41.240Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 587a3d4f-06dd-409c-b3c0-ee7704cc906a
2023-03-21T04:19:41.240Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T04:19:41.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.261Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372367381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:19:41.261Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:19:41.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:19:41.261Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "aai-model-loader",
  "timestamp": 1679372368383,
  "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-03-21T04:19:41.272Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 587a3d4f-06dd-409c-b3c0-ee7704cc906a
2023-03-21T04:19:41.273Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T04:19:50.517Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:19:50.543Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:19:50.547Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:19:50.547Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:20:20.547Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:20:20.578Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:20:20.584Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:20:20.584Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:20:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:20:50.584Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:20:50.618Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:20:50.624Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:20:50.624Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:21:20.624Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:21:20.650Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:21:20.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:21:20.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:21:41.101Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:21:41.234Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:21:41.234Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-cb331189-f3df-4d63-8091-9376bd8ed66c sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T04:21:41.235Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T04:21:41.235Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T04:21:41.818Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:21:41.833Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:21:41.833Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:21:41.838Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:21:41.838Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:21:41.852Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:21:41.852Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:21:41.853Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:21:41.858Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:21:41.858Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:21:41.859Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:21:41.859Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=192, 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-03-21T04:21:41.859Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:21:41.860Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:21:50.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T04:21:50.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T04:21:50.667Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T04:21:50.667Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T04:21:50.668Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T04:21:50.673Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:21:50.697Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T04:21:50.697Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65a197a3-ccab-4f62-994c-42ce70a8c5a9], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T04:21:50.705Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T04:21:50.849Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:21:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[368840], x-aai-txid=[0-aai-resources-230321-04:21:51:071-47047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:21:50.850Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:21:50.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T04:21:50.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:21:50.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:21:50.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:21:50.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T04:21:50.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T04:21:50.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:21:50.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:21:50.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372510861,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:21:50.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:21:50.879Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372510861,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T04:21:50.879Z||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-03-21T04:21:51.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T04:21:51.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T04:21:51.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:21:51.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:21:51.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:21:51.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:21:51.896Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-2d3e1140-279a-435f-8351-794bab35252e
2023-03-21T04:21:51.896Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T04:21:51.897Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:21:51.897Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:21:53.949Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:21:56.963Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:21:59.972Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:02.980Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:05.987Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:08.996Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:12.013Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:15.022Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:18.031Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:21.040Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:24.050Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:27.058Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:30.066Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:33.075Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:36.083Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:39.092Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:22:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:41.116Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:22:41.116Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:22:41.123Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-2d3e1140-279a-435f-8351-794bab35252e', protocol='range'}
2023-03-21T04:22:41.123Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:22:41.128Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-1077407c-2d6d-4b56-92b5-b4a79a9734bf-2d3e1140-279a-435f-8351-794bab35252e=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-03-21T04:22:41.144Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-2d3e1140-279a-435f-8351-794bab35252e', protocol='range'}
2023-03-21T04:22:41.145Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:22:41.145Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:22:41.145Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:22:41.145Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:22:41.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:22:41.150Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:22:41.150Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:22:41.150Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:22:41.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:22:41.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=193, 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-03-21T04:22:41.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:22:41.150Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:22:41.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:22:41.151Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:22:41.151Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:22:41.151Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:22:41.152Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:22:41.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:22:41.160Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:22:41.162Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:22:41.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:22:41.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:22:41.163Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:42.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:22:42.166Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:22:42.166Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:22:42.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:22:42.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:22:42.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:22:42.167Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:43.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:22:43.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:22:43.169Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:22:43.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:44.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:22:44.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:22:44.171Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:22:44.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:45.172Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:22:45.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:22:45.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:22:45.173Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:46.174Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:22:46.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:22:46.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:22:46.175Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:47.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:22:47.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:22:47.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:22:47.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:48.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:22:48.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:22:48.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T04:22:48.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:22:48.179Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T04:22:48.227Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:22:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:22:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:22:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:22:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:22:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:22:48.259Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:22:48.259Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@46ca4f1f
2023-03-21T04:22:48.259Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:22:48.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:22:48.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:22:48.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T04:22:48.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T04:22:48.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:22:48.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:22:48.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:22:48.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372568260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:49.261Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T04:22:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:22:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:22:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T04:22:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T04:22:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:22:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:22:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:22:49.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:22:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@cde9d2f
2023-03-21T04:22:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:22:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:22:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:22:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T04:22:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T04:22:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:22:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:22:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:22:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372569309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:22:50.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T04:22:50.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:22:50.337Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:22:50.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:22:50.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:23:20.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:23:20.369Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:23:20.373Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:23:20.373Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:23:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:23:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:23:41.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:23:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:23:50.374Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:23:50.402Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:23:50.406Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:23:50.407Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:24:20.407Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:24:20.435Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:24:20.441Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:24:20.441Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:24:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:24:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:24:41.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:24:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:24:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:24:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:24:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:24:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:24:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:24:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372568260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372569309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:24:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:24:50.442Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:24:50.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:24:50.479Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:24:50.479Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:25:20.479Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:25:20.509Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:25:20.514Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:25:20.515Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:25:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:25:50.515Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:25:50.545Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:25:50.550Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:25:50.550Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:26:20.550Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:26:20.575Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:26:20.581Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:26:20.581Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:26:41.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:26:50.581Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:26:50.611Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:26:50.616Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:26:50.616Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:27:20.617Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:27:20.643Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:27:20.648Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:27:20.648Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:27:41.103Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:27:41.226Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:27:41.227Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-2d3e1140-279a-435f-8351-794bab35252e sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T04:27:41.227Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T04:27:41.227Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T04:27:41.637Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:27:41.659Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:27:41.660Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:27:41.666Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:27:41.666Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:27:41.679Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:27:41.679Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:27:41.680Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:27:41.685Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:27:41.685Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:27:41.685Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:27:41.685Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=202, 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-03-21T04:27:41.685Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:27:41.685Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:27:50.648Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T04:27:50.649Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T04:27:50.661Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T04:27:50.661Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T04:27:50.662Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T04:27:50.669Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:27:50.703Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T04:27:50.704Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T04:27:50.711Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T04:27:50.875Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T04:27:50.875Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:27:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[368840], x-aai-txid=[2-aai-resources-230321-04:27:51:077-39117], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:27:50.875Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:27:50.875Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:27:50.876Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:27:50.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:27:50.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T04:27:50.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T04:27:50.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:27:50.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:27:50.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372870883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:27:50.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:27:50.902Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372870883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T04:27:50.902Z||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-03-21T04:27:51.912Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:27:51.913Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:27:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:27:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:27:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:27:51.914Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:27:52.915Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:27:52.915Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:27:52.915Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:27:52.915Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:27:53.916Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:27:53.917Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:27:53.917Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:27:53.917Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:27:54.918Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:27:54.919Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:27:54.919Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:27:54.919Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:27:55.920Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:27:55.921Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:27:55.921Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:27:55.921Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:27:56.922Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:27:56.922Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:27:56.922Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:27:56.923Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:27:57.923Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:27:57.924Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:27:57.924Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:27:57.924Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:27:58.925Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:27:58.925Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:27:58.925Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T04:27:58.926Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:27:58.926Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T04:27:58.984Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:27:58.985Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:27:58.985Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:27:58.985Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:27:58.985Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:27:58.985Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:27:59.300Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:27:59.304Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T04:27:59.304Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:27:59.304Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:27:59.304Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:27:59.305Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:27:59.305Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:27:59.305Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372879304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:00.306Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:28:00.307Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:28:00.307Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:00.308Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T04:28:00.308Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:00.308Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:00.467Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10462508938416454266/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T04:28:02.171Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:02.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:28:02.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:02.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:28:02.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:02.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T04:28:02.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:02.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:02.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:02.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:02.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:02.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T04:28:02.200Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:28:02.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||vFW 85e5a800-f4a5 0
2023-03-21T04:28:02.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e
2023-03-21T04:28:02.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ea783aa-9086-438a-834e-991f5d94d011 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
2023-03-21T04:28:02.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:28:02.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
2023-03-21T04:28:02.302Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:28:02.302Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json 5ea783aa-9086-438a-834e-991f5d94d011 785
2023-03-21T04:28:02.303Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json ASDC sendASDCNotification
2023-03-21T04:28:02.303Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
2023-03-21T04:28:02.303Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:28:02.303Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:28:02.303Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:28:02.303Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372882303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:03.309Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw85e5a800F4a5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "315236ad-9ad7-43dc-8b2c-a5264c0af599",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b61375e-9f62-45f3-8118-0289cb05ab62",
    "vfModuleModelCustomizationUUID": "dd8f5307-6f6d-4313-afe5-19fe3ff91231",
    "isBase": true,
    "artifacts": [
      "4b3a51b8-19af-44bb-a45a-788de6b0058b",
      "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7"
    ],
    "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-03-21T04:28:03.324Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw85e5a800F4a5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b61375e-9f62-45f3-8118-0289cb05ab62
VfModuleModelInvariantUUID:315236ad-9ad7-43dc-8b2c-a5264c0af599
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b3a51b8-19af-44bb-a45a-788de6b0058b
,
6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7

}
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-03-21T04:28:03.326Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw85e5a800F4a5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "315236ad-9ad7-43dc-8b2c-a5264c0af599",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b61375e-9f62-45f3-8118-0289cb05ab62",
    "vfModuleModelCustomizationUUID": "dd8f5307-6f6d-4313-afe5-19fe3ff91231",
    "isBase": true,
    "artifacts": [
      "4b3a51b8-19af-44bb-a45a-788de6b0058b",
      "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7"
    ],
    "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-03-21T04:28:03.327Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw85e5a800F4a5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b61375e-9f62-45f3-8118-0289cb05ab62
VfModuleModelInvariantUUID:315236ad-9ad7-43dc-8b2c-a5264c0af599
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b3a51b8-19af-44bb-a45a-788de6b0058b
,
6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7

}
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-03-21T04:28:03.327Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4b3a51b8-19af-44bb-a45a-788de6b0058b from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
2023-03-21T04:28:03.327Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:28:03.327Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
2023-03-21T04:28:03.425Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:28:03.426Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml 4b3a51b8-19af-44bb-a45a-788de6b0058b 20368
2023-03-21T04:28:03.426Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-21T04:28:03.426Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
2023-03-21T04:28:03.426Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:28:03.427Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:28:03.427Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:28:03.427Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372883426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:04.428Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
2023-03-21T04:28:04.428Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:28:04.429Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
2023-03-21T04:28:04.511Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:28:04.512Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env 6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7 2098
2023-03-21T04:28:04.512Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-21T04:28:04.512Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
2023-03-21T04:28:04.512Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:28:04.513Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:28:04.513Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:28:04.513Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372884512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:05.514Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T04:28:05.514Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 85e5a800-f4a5 0 c780a88c-3a68-4dc5-9319-ab54e46d682e 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-03-21T04:28:05.578Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10947446, org.onap.sdc.toscaparser.api.parameters.Input@43c26fc6, org.onap.sdc.toscaparser.api.parameters.Input@1aa5d484, org.onap.sdc.toscaparser.api.parameters.Input@4659d47f, org.onap.sdc.toscaparser.api.parameters.Input@75dcbeb6]
2023-03-21T04:28:05.582Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.582Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:05.582Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-21T04:28:05.582Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1a56dc1c-5d01-471c-889b-4e1e764d1cad
2023-03-21T04:28:05.583Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1a56dc1c-5d01-471c-889b-4e1e764d1cad matches Tosca VF Customization UUID: 1a56dc1c-5d01-471c-889b-4e1e764d1cad
2023-03-21T04:28:05.583Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1a56dc1c-5d01-471c-889b-4e1e764d1cad  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-03-21T04:28:05.590Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.591Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:05.592Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1a56dc1c-5d01-471c-889b-4e1e764d1cad: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-21T04:28:05.592Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2abe97b8
2023-03-21T04:28:05.592Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.593Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T04:28:05.593Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd8f5307-6f6d-4313-afe5-19fe3ff91231
2023-03-21T04:28:05.594Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd8f5307-6f6d-4313-afe5-19fe3ff91231
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-03-21T04:28:05.602Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.602Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:05.602Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:28:05.603Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.603Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:05.604Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:28:05.604Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.604Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:28:05.604Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:28:05.605Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T04:28:05.605Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:28:05.605Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:28:05.605Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:28:05.605Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:05.605Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:05.606Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:28:05.606Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:05.606Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:28:05.606Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:05.606Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
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-03-21T04:28:05.616Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.616Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:05.616Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:28:05.616Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:28:05.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:28:05.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:28:05.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:05.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:05.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:28:05.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:05.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:28:05.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T04:28:05.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:28:05.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:05.619Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:28:05.619Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:05.619Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
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-03-21T04:28:05.623Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.624Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:05.624Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:28:05.627Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.628Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:28:05.628Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:28:05.628Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:28:05.628Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:05.628Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:05.629Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:28:05.629Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:28:05.629Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:28:05.629Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:28:05.629Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:28:05.629Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:28:05.630Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:28:05.630Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T04:28:05.630Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
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-03-21T04:28:05.635Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.635Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:05.635Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:28:05.635Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.636Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:28:05.636Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=1a56dc1c-5d01-471c-889b-4e1e764d1cad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:28:05.641Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.641Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:05.641Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 233ec9a4-5631-47c9-8758-6011f8e3a28e: vFW 85e5a800-f4a5
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:28:05.642Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-21 04-17-56 
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-03-21T04:28:06.240Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 85e5a800-f4a5 c780a88c-3a68-4dc5-9319-ab54e46d682e 1 ASDC deployResourceStructure
2023-03-21T04:28:06.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json ASDC sendASDCNotification
2023-03-21T04:28:06.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
2023-03-21T04:28:06.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T04:28:06.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:28:06.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:28:06.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372886241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:07.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-21T04:28:07.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
2023-03-21T04:28:07.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T04:28:07.243Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:28:07.243Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:28:07.243Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372887242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:08.244Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-21T04:28:08.244Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
2023-03-21T04:28:08.244Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T04:28:08.244Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:28:08.244Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:28:08.244Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372888244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:09.245Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:28:09.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:28:09.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T04:28:09.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:28:09.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:28:09.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372889245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:10.247Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:28:10.276Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:28:10.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T04:28:10.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T04:28:10.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T04:28:10.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T04:28:10.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:28:10.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:28:10.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:28:10.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:28:10.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:28:10.298Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T04:28:40.299Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T04:28:40.312Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T04:28:40.313Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T04:28:40.314Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T04:28:40.320Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:28:40.341Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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-03-21T04:28:40.341Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T04:28:40.347Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T04:28:40.576Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T04:28:40.576Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:28:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[226], vertex-id=[143368], x-aai-txid=[0-aai-resources-230321-04:28:40:712-89497], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:28:40.576Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:28:40.577Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:28:40.577Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:28:40.585Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:28:40.586Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T04:28:40.586Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T04:28:40.586Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:28:40.586Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:28:40.586Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372920586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:28:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:28:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:28:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:28:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372511890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372879304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:28:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372882303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372883426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372884512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372886241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372887242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372888244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372889245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:28:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372920586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T04:28:41.111Z||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-03-21T04:28:41.619Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T04:28:41.620Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T04:28:41.621Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:28:41.621Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:28:41.621Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:28:41.621Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:28:41.625Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:28:41.628Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-667d5005-fb04-4534-8001-511457138017
2023-03-21T04:28:41.628Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:28:41.628Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:28:41.997Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:28:45.005Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:28:48.013Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:28:51.021Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:28:54.029Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:28:57.038Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:00.047Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:03.055Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:06.063Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:09.071Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:12.079Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:15.088Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:18.097Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:21.105Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:24.114Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:27.126Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:30.135Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:33.144Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:36.153Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:39.162Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:29:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:41.111Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:29:41.112Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:29:41.116Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:29:41.118Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-667d5005-fb04-4534-8001-511457138017', protocol='range'}
2023-03-21T04:29:41.121Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-1077407c-2d6d-4b56-92b5-b4a79a9734bf-667d5005-fb04-4534-8001-511457138017=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-03-21T04:29:41.136Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:29:41.136Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:29:41.137Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:29:41.137Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-667d5005-fb04-4534-8001-511457138017', protocol='range'}
2023-03-21T04:29:41.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:29:41.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:29:41.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:29:41.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:29:41.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:29:41.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=219, 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-03-21T04:29:41.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:29:41.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:29:41.143Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:29:41.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:29:41.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:29:41.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:29:41.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:29:41.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:29:41.151Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:29:41.151Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:29:41.153Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:29:41.154Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:29:41.154Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:29:41.154Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:42.155Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:29:42.155Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:29:42.155Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:29:42.155Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:42.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:29:42.157Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:29:42.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:29:43.156Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:29:43.157Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:29:43.157Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:29:43.157Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:44.158Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:29:44.158Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:29:44.158Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:29:44.158Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:45.159Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:29:45.160Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:29:45.160Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:29:45.160Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:46.160Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:29:46.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:29:46.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:29:46.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:47.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:29:47.162Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:29:47.162Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:29:47.162Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:48.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:29:48.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:29:48.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T04:29:48.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:29:48.164Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T04:29:48.215Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:29:48.216Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:29:48.216Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:29:48.216Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:29:48.216Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:29:48.216Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:29:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:29:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4948d6c6
2023-03-21T04:29:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:29:48.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:29:48.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:29:48.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T04:29:48.240Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T04:29:48.240Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:29:48.240Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:29:48.240Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:29:48.240Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372988239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:49.241Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T04:29:49.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:29:49.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:29:49.270Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T04:29:49.271Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T04:29:49.271Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:29:49.271Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:29:49.271Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:29:49.288Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:29:49.288Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4ab12ef7
2023-03-21T04:29:49.288Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:29:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:29:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:29:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T04:29:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T04:29:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:29:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:29:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:29:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372989289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:29:50.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T04:29:50.291Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:29:50.319Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:29:50.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:29:50.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:30:20.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:30:20.351Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:30:20.355Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:30:20.355Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:30:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:30:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:30:41.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:30:41.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:30:50.356Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:30:50.385Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:30:50.390Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:30:50.390Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:31:20.390Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:31:20.419Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:31:20.426Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:31:20.426Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:31:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:31:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:31:41.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:31:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372988239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:31:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:31:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:31:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372989289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:31:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:31:50.426Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:31:50.452Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:31:50.456Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:31:50.456Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:32:20.457Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:32:20.486Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:32:20.491Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:32:20.491Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:32:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:32:50.491Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:32:50.519Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:32:50.524Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:32:50.524Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:33:20.525Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:33:20.550Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:33:20.554Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:33:20.555Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:33:41.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:33:50.555Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:33:50.582Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:33:50.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:33:50.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:34:20.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:34:20.617Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:34:20.621Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:34:20.622Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:34:41.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:34:41.224Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:34:41.224Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-667d5005-fb04-4534-8001-511457138017 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T04:34:41.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T04:34:41.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T04:34:41.628Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:34:41.643Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:34:41.643Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:34:41.650Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:34:41.650Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:34:41.667Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:34:41.667Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:34:41.668Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:34:41.673Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:34:41.674Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:34:41.674Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:34:41.674Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=228, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:34:41.674Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:34:41.674Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:34:50.622Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T04:34:50.622Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T04:34:50.635Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T04:34:50.635Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T04:34:50.636Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T04:34:50.642Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:34:50.669Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T04:34:50.669Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[950d4f1e-9e16-47ca-b412-d264482f3e1a], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T04:34:50.676Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T04:34:50.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:34:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[368840], x-aai-txid=[2-aai-resources-230321-04:34:51:042-49699], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:34:50.822Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:34:50.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T04:34:50.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:34:50.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:34:50.831Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:34:50.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T04:34:50.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T04:34:50.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:34:50.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:34:50.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373290832,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:34:50.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:34:50.851Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373290832,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T04:34:50.852Z||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-03-21T04:34:51.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:34:51.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:34:51.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:34:51.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:34:51.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:34:51.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:34:52.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:34:52.864Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:34:52.864Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:34:52.864Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:34:53.865Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:34:53.865Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:34:53.865Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:34:53.865Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:34:54.866Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:34:54.866Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:34:54.866Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:34:54.866Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:34:55.868Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:34:55.868Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:34:55.868Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:34:55.868Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:34:56.870Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:34:56.871Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:34:56.871Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:34:56.871Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:34:57.873Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:34:57.874Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:34:57.874Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:34:57.874Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:34:58.875Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:34:58.876Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:34:58.876Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T04:34:58.876Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:34:58.876Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T04:34:58.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:34:58.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:34:58.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:34:58.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:34:58.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:34:58.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:34:59.214Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:34:59.217Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T04:34:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:34:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:34:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:34:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:34:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:34:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373299218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:00.219Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:35:00.219Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:35:00.220Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:00.220Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T04:35:00.220Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:00.220Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:00.406Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1639674250013455021/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-21T04:35:01.877Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:35:01.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:35:01.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:35:01.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:35:01.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:35:01.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:35:01.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.881Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:35:01.881Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.881Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:35:01.881Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:35:01.881Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:35:01.881Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.883Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:35:01.887Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:35:01.887Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:35:01.887Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T04:35:01.933Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T04:35:01.933Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:35:01.933Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T04:35:01.933Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:35:01.934Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:01.934Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:01.934Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373301933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:02.935Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:35:02.935Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T04:35:02.935Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:35:02.936Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:02.936Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:02.936Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373302935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:03.937Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:35:03.968Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:35:03.974Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T04:35:03.974Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T04:35:03.974Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T04:35:03.974Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T04:35:03.974Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:35:03.975Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:35:03.975Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:35:03.975Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:35:03.975Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:35:03.991Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T04:35:33.991Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T04:35:34.006Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T04:35:34.006Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T04:35:34.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T04:35:34.012Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:35:34.035Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T04:35:34.035Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17ea2626-35bd-40e6-a6bb-87061bc4721f], X-ECOMP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-TransactionId=[], X-ONAP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], Content-Type=[application/merge-patch+json]}
2023-03-21T04:35:34.042Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T04:35:34.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:35:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[143368], x-aai-txid=[2-aai-resources-230321-04:35:34:408-82834], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:35:34.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:35:34.187Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T04:35:34.187Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:35:34.187Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:35:34.195Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:35:34.196Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T04:35:34.196Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T04:35:34.196Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:34.196Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:34.196Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373334196,
  "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-03-21T04:35:35.225Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T04:35:35.226Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T04:35:35.226Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:35:35.227Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:35:35.227Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:35:35.227Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:35:35.233Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d16a1d32-d580-482e-aed7-4b24512153c1
2023-03-21T04:35:35.233Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:35:35.233Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:35:35.233Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:35:35.935Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:35:38.943Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:35:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:41.113Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:35:41.113Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:35:41.122Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d16a1d32-d580-482e-aed7-4b24512153c1', protocol='range'}
2023-03-21T04:35:41.122Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:35:41.127Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d16a1d32-d580-482e-aed7-4b24512153c1=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:35:41.142Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d16a1d32-d580-482e-aed7-4b24512153c1', protocol='range'}
2023-03-21T04:35:41.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:35:41.143Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:35:41.143Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:35:41.143Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:35:41.143Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:35:41.148Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:35:41.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:35:41.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:35:41.148Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:35:41.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:35:41.148Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:35:41.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=229, 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-03-21T04:35:41.148Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:35:41.149Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:35:41.149Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:35:41.149Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:35:41.149Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:35:41.158Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:35:41.158Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:35:41.160Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:35:41.160Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:41.160Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:41.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:42.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:35:42.162Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:42.162Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:42.162Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:42.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.165Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:35:42.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.166Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:35:42.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.166Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:35:42.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.166Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679372921619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.167Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373299218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373301933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373302935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373334196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:35:42.168Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:35:43.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:35:43.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:43.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:43.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:44.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:35:44.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:44.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:44.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:45.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:35:45.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:45.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:45.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:46.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:35:46.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:46.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:46.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:47.167Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:35:47.168Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:47.168Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:47.168Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:48.169Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:35:48.169Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:35:48.169Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T04:35:48.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:35:48.170Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T04:35:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:35:48.227Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:35:48.227Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:35:48.227Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:35:48.227Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:35:48.227Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:35:48.249Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:35:48.250Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1938c3d7
2023-03-21T04:35:48.250Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:35:48.250Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:35:48.250Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:35:48.250Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T04:35:48.251Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T04:35:48.251Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:35:48.251Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:48.251Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:48.251Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373348250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:49.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T04:35:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:35:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:35:49.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T04:35:49.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T04:35:49.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:35:49.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:35:49.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:35:49.304Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:35:49.304Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7af41a5b
2023-03-21T04:35:49.304Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:35:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:35:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:35:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T04:35:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T04:35:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:35:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:35:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:35:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373349305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:35:50.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T04:35:50.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:35:50.335Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:35:50.339Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:35:50.339Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:36:20.339Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:36:20.371Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:36:20.376Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:36:20.377Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:36:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:36:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:36:41.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:36:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:36:50.377Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:36:50.409Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:36:50.416Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:36:50.416Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:37:20.417Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:37:20.449Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:37:20.456Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:37:20.456Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:37:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:37:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:37:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:37:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:37:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:37:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:37:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:37:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:37:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:37:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:37:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:37:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373348250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373349305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:37:41.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:37:50.457Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:37:50.482Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:37:50.487Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:37:50.487Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:38:20.487Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:38:20.514Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:38:20.519Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:38:20.519Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:38:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:38:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373438764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679373422856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373411221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373432995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.105Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679373437027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373438764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679373422856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373432995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373411221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679373437027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373438764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679373422856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373432995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373411221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679373437027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373438764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679373422856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373432995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373411221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679373437027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373438764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679373422856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373432995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373411221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679373437027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373438764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679373422856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373432995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373411221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.112Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679373437027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.112Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373438764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:38:41.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.112Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373411221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679373422856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373432995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679373437027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373447914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373448136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679373448206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373448211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373448917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373449242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.114Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679373449919,
  "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-03-21T04:38:41.149Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b230f929-60f4-491e-917f-20389db9f6a3
2023-03-21T04:38:41.149Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T04:38:41.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.169Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373450346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:38:41.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.170Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373450131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.170Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373451395,
  "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-03-21T04:38:41.180Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b230f929-60f4-491e-917f-20389db9f6a3
2023-03-21T04:38:41.181Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373450131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679373452397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373450131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373450131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373450131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373455167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:38:41.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373450131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:38:41.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.198Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679373456169,
  "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-03-21T04:38:41.208Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b230f929-60f4-491e-917f-20389db9f6a3
2023-03-21T04:38:41.208Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T04:38:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373450131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:38:41.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373457927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:38:41.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:41.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:38:41.225Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373460870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:38:41.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:38:50.520Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:38:50.548Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:38:50.553Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:38:50.554Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:39:20.554Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:39:20.578Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:39:20.583Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:39:20.583Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:39:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:39:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:39:41.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679373461874,
  "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-03-21T04:39:41.120Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b230f929-60f4-491e-917f-20389db9f6a3
2023-03-21T04:39:41.121Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T04:39:50.584Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:39:50.612Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:39:50.616Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:39:50.616Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:40:20.617Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:40:20.647Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:40:20.653Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:40:20.653Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:40:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:40:41.224Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:40:41.224Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d16a1d32-d580-482e-aed7-4b24512153c1 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T04:40:41.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T04:40:41.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T04:40:41.980Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:40:41.995Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:40:41.996Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:40:42.004Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:40:42.004Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:40:42.021Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:40:42.021Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:40:42.022Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:40:42.026Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:40:42.026Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:40:42.026Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:40:42.026Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=306, 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-03-21T04:40:42.027Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:40:42.027Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:40:50.654Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T04:40:50.654Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T04:40:50.665Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T04:40:50.665Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T04:40:50.666Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T04:40:50.673Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:40:50.695Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T04:40:50.695Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T04:40:50.703Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T04:40:50.847Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T04:40:50.848Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:40:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[368840], x-aai-txid=[0-aai-resources-230321-04:40:51:069-6678], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:40:50.848Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:40:50.848Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:40:50.848Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:40:50.856Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:40:50.857Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T04:40:50.857Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T04:40:50.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:40:50.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:40:50.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373650857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:40:50.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:40:50.879Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373650857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T04:40:50.879Z||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-03-21T04:40:51.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:40:51.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:40:51.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:40:51.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:40:51.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:40:51.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:40:52.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:40:52.892Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:40:52.892Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:40:52.892Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:40:53.893Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:40:53.893Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:40:53.893Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:40:53.894Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:40:54.894Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:40:54.895Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:40:54.895Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:40:54.895Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:40:55.896Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:40:55.896Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:40:55.896Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:40:55.897Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:40:56.897Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:40:56.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:40:56.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:40:56.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:40:57.900Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:40:57.900Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:40:57.900Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:40:57.900Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:40:58.902Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:40:58.902Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:40:58.902Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T04:40:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:40:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T04:40:58.954Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:40:58.955Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:40:58.955Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:40:58.955Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:40:58.955Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:40:58.955Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:40:59.259Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:40:59.262Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T04:40:59.263Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:40:59.263Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:40:59.263Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:40:59.263Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:40:59.263Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:40:59.264Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373659263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:00.265Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:41:00.266Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:41:00.266Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:00.267Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T04:41:00.267Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:00.267Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:00.400Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14865956060196045684/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T04:41:02.045Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:41:02.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:41:02.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:41:02.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:41:02.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:41:02.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:41:02.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:41:02.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:41:02.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:41:02.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:41:02.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:41:02.050Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:41:02.051Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.052Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:41:02.053Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:41:02.054Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T04:41:02.103Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T04:41:02.103Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:41:02.103Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T04:41:02.103Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:41:02.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:02.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:02.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373662103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:03.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:41:03.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T04:41:03.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:41:03.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:03.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:03.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373663105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:04.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:41:04.133Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:41:04.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T04:41:04.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T04:41:04.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T04:41:04.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T04:41:04.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:41:04.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:41:04.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:41:04.139Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:41:04.139Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:41:04.152Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T04:41:34.153Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T04:41:34.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T04:41:34.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T04:41:34.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T04:41:34.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:41:34.193Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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-03-21T04:41:34.193Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T04:41:34.200Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T04:41:34.344Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T04:41:34.345Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:41:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[143368], x-aai-txid=[1-aai-resources-230321-04:41:34:565-64180], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:41:34.345Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:41:34.345Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:41:34.345Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:41:34.354Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:41:34.355Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T04:41:34.355Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T04:41:34.355Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:34.355Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:34.355Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373694355,
  "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-03-21T04:41:35.391Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T04:41:35.391Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T04:41:35.391Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:41:35.391Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:41:35.392Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:41:35.392Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:41:35.397Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-966bcfd9-17a9-44c6-94d0-e74849f9ffcb
2023-03-21T04:41:35.397Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:41:35.397Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:41:35.397Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:41:36.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:41:39.315Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:41:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:41.114Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:41:41.114Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:41:41.120Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:41:41.120Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-966bcfd9-17a9-44c6-94d0-e74849f9ffcb', protocol='range'}
2023-03-21T04:41:41.124Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-1077407c-2d6d-4b56-92b5-b4a79a9734bf-966bcfd9-17a9-44c6-94d0-e74849f9ffcb=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-03-21T04:41:41.138Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:41:41.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-966bcfd9-17a9-44c6-94d0-e74849f9ffcb', protocol='range'}
2023-03-21T04:41:41.138Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:41:41.139Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:41:41.139Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:41:41.139Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:41:41.143Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:41:41.143Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:41:41.143Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:41:41.144Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:41:41.144Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:41:41.144Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:41:41.144Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=307, 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-03-21T04:41:41.144Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:41:41.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:41:41.144Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:41:41.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:41:41.145Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:41:41.153Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:41:41.153Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:41:41.155Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:41:41.155Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:41.155Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:41.155Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:42.156Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:41:42.157Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:42.157Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:42.157Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:42.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.161Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:41:42.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.162Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:41:42.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.162Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:41:42.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.163Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:41:42.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.163Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T04:41:42.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.163Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:41:42.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.164Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373335225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:41:42.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.164Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373659263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:41:42.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373662103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373663105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373694355,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:41:42.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:41:43.158Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:41:43.159Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:43.159Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:43.159Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:44.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:41:44.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:44.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:44.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:45.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:41:45.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:45.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:45.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:46.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:41:46.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:46.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:46.165Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:47.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:41:47.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:47.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:47.166Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:48.167Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:41:48.168Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:41:48.168Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T04:41:48.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:41:48.168Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T04:41:48.214Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:41:48.214Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:41:48.214Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:41:48.215Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:41:48.215Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:41:48.215Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:41:48.237Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:41:48.237Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19f4eba3
2023-03-21T04:41:48.237Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:41:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:41:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:41:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T04:41:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T04:41:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:41:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373708238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:49.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T04:41:49.261Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:41:49.261Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:41:49.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T04:41:49.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T04:41:49.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:41:49.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:41:49.267Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:41:49.282Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:41:49.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2dfc1428
2023-03-21T04:41:49.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:41:49.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:41:49.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:41:49.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T04:41:49.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T04:41:49.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:41:49.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:41:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:41:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373709283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:41:50.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T04:41:50.285Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:41:50.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:41:50.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:41:50.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:42:20.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:42:20.335Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:42:20.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:42:20.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:42:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:42:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:42:41.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:42:41.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:42:50.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:42:50.371Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:42:50.375Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:42:50.375Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:43:20.375Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:43:20.409Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:43:20.414Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:43:20.414Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:43:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:43:41.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:43:41.102Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:43:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:43:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:43:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:43:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:43:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:43:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:43:41.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:43:41.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:43:41.103Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373708238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373709283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:43:41.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:43:50.414Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:43:50.441Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:43:50.446Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:43:50.446Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:44:20.446Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:44:20.469Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:44:20.473Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:44:20.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:44:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:44:50.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:44:50.493Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:44:50.497Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:44:50.498Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:45:20.498Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:45:20.519Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:45:20.523Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:45:20.523Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:45:41.101Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:45:50.523Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:45:50.543Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:45:50.547Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:45:50.547Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:46:20.548Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:46:20.578Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:46:20.582Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:46:20.582Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:46:41.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:46:41.152Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:46:41.153Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-966bcfd9-17a9-44c6-94d0-e74849f9ffcb sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T04:46:41.153Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T04:46:41.154Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T04:46:41.646Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:46:41.659Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:46:41.659Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:46:41.666Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:46:41.667Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:46:41.681Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:46:41.681Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:46:41.682Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:46:41.686Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:46:41.686Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:46:41.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:46:41.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=327, 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-03-21T04:46:41.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:46:41.687Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:46:50.583Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T04:46:50.583Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T04:46:50.590Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T04:46:50.590Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T04:46:50.590Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T04:46:50.594Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:46:50.615Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T04:46:50.615Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T04:46:50.621Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T04:46:50.766Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T04:46:50.767Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:46:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[368840], x-aai-txid=[2-aai-resources-230321-04:46:50:987-19301], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:46:50.767Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:46:50.767Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:46:50.767Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:46:50.779Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:46:50.779Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T04:46:50.779Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T04:46:50.780Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:46:50.780Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:46:50.780Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374010779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:46:50.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:46:50.800Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374010779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T04:46:50.800Z||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-03-21T04:46:51.806Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:46:51.806Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:46:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:46:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:46:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:46:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:46:52.808Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:46:52.809Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:46:52.809Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:46:52.809Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:46:53.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:46:53.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:46:53.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:46:53.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:46:54.811Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:46:54.811Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:46:54.812Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:46:54.812Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:46:55.812Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:46:55.813Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:46:55.813Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:46:55.813Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:46:56.814Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:46:56.814Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:46:56.814Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:46:56.814Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:46:57.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:46:57.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:46:57.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:46:57.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:46:58.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:46:58.817Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:46:58.817Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T04:46:58.817Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:46:58.817Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T04:46:58.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:46:58.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:46:58.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:46:58.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:46:58.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:46:58.880Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:46:59.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:46:59.190Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T04:46:59.190Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:46:59.190Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:46:59.190Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:46:59.191Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:46:59.191Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:46:59.191Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374019190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:00.192Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:47:00.192Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:47:00.193Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:00.193Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T04:47:00.194Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:00.194Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:00.304Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11263664496028614050/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-21T04:47:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:47:01.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:47:01.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:47:01.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:47:01.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:01.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:01.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:47:01.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:01.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:01.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:01.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:01.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:01.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T04:47:01.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T04:47:01.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:47:01.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T04:47:01.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:47:01.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:01.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:01.912Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374021911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:02.912Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:47:02.913Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T04:47:02.913Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:47:02.913Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:02.914Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:02.914Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374022912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:03.915Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:47:03.942Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:47:03.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T04:47:03.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T04:47:03.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T04:47:03.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T04:47:03.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:47:03.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:47:03.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:47:03.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:47:03.947Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:47:03.969Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T04:47:33.970Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T04:47:33.982Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T04:47:33.982Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T04:47:33.982Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T04:47:33.988Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:47:34.029Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T04:47:34.029Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65d3ae68-a8a0-4a8c-b9f1-968916ac7a88], X-ECOMP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-TransactionId=[], X-ONAP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], Content-Type=[application/merge-patch+json]}
2023-03-21T04:47:34.041Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T04:47:34.193Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:47:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[143368], x-aai-txid=[2-aai-resources-230321-04:47:34:408-16080], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:47:34.194Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:47:34.195Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T04:47:34.195Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:47:34.195Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:47:34.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:47:34.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T04:47:34.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T04:47:34.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:34.209Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:34.209Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374054208,
  "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-03-21T04:47:35.237Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:47:35.237Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:47:35.238Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:47:35.238Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:35.238Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:35.238Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:36.239Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:47:36.240Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:36.240Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:36.240Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:37.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:47:37.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:37.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:37.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:38.243Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:47:38.243Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:38.243Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:38.243Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:39.244Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:47:39.244Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:39.245Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:39.245Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:40.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:47:40.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:40.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:40.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374019190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374021911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374022912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T04:47:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374054208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:47:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:47:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T04:47:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:47:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:47:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:47:41.247Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:47:41.248Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:41.248Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:41.248Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:42.250Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:47:42.251Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:47:42.251Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T04:47:42.251Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:47:42.252Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T04:47:42.328Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:47:42.329Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:47:42.329Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:47:42.329Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:42.330Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:47:42.330Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:42.611Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:47:42.614Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T04:47:42.615Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T04:47:42.615Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:42.615Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:47:42.615Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:42.615Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:42.615Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374062615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:43.616Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:47:43.617Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:47:43.617Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:43.617Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T04:47:43.618Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:43.618Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:43.723Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8616386404052200296/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T04:47:45.223Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T04:47:45.223Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:47:45.223Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:47:45.224Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:47:45.225Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.225Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:45.226Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.226Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:47:45.226Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:45.226Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:47:45.226Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:45.227Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.227Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:47:45.227Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.227Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:45.227Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:47:45.227Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:47:45.228Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.228Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:45.228Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:47:45.228Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:45.228Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:47:45.228Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.229Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T04:47:45.229Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.229Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T04:47:45.229Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.230Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:45.230Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:45.231Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.231Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:45.231Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:45.231Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.232Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:45.232Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:45.232Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.232Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:47:45.232Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:45.232Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T04:47:45.233Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:45.233Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:47:45.233Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:47:45.233Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.233Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:45.234Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:47:45.234Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:45.234Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:47:45.234Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.234Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T04:47:45.235Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.235Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:47:45.235Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:45.235Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:47:45.235Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:45.235Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.235Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:47:45.236Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.236Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:45.236Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T04:47:45.236Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:47:45.236Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:45.237Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:47:45.237Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.237Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T04:47:45.238Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.238Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:47:45.238Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:45.238Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:47:45.238Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:45.238Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.239Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:47:45.239Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.239Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:45.239Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:47:45.239Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:47:45.240Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:45.240Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:45.240Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T04:47:45.240Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T04:47:45.240Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.241Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:45.241Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.241Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:45.241Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.241Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:45.242Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:45.242Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:45.242Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T04:47:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:47:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||vFW c671d2eb-2a9c 0
2023-03-21T04:47:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a
2023-03-21T04:47:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6c6c1229-9b98-42d0-90b7-ee2a9dfc8324 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
2023-03-21T04:47:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:47:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
2023-03-21T04:47:45.417Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:47:45.417Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json 6c6c1229-9b98-42d0-90b7-ee2a9dfc8324 785
2023-03-21T04:47:45.417Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json ASDC sendASDCNotification
2023-03-21T04:47:45.418Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
2023-03-21T04:47:45.418Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:47:45.418Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:45.418Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:45.418Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374065417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:46.419Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC671d2eb2a9c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "57a3510b-046b-4b0e-9ee2-05e64d9d4707",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76cfa7d7-e994-4e41-8530-c9ebf06daaa0",
    "vfModuleModelCustomizationUUID": "8f7ed02e-4ac3-4259-a62c-1e08c56bf64a",
    "isBase": true,
    "artifacts": [
      "ce11df0a-5e37-42c3-96f5-086db1798d9e",
      "085b08c2-a7d2-4f64-a7ab-12b08f9ad202"
    ],
    "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-03-21T04:47:46.424Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC671d2eb2a9c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
VfModuleModelInvariantUUID:57a3510b-046b-4b0e-9ee2-05e64d9d4707
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce11df0a-5e37-42c3-96f5-086db1798d9e
,
085b08c2-a7d2-4f64-a7ab-12b08f9ad202

}
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-03-21T04:47:46.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC671d2eb2a9c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "57a3510b-046b-4b0e-9ee2-05e64d9d4707",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76cfa7d7-e994-4e41-8530-c9ebf06daaa0",
    "vfModuleModelCustomizationUUID": "8f7ed02e-4ac3-4259-a62c-1e08c56bf64a",
    "isBase": true,
    "artifacts": [
      "ce11df0a-5e37-42c3-96f5-086db1798d9e",
      "085b08c2-a7d2-4f64-a7ab-12b08f9ad202"
    ],
    "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-03-21T04:47:46.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC671d2eb2a9c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
VfModuleModelInvariantUUID:57a3510b-046b-4b0e-9ee2-05e64d9d4707
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce11df0a-5e37-42c3-96f5-086db1798d9e
,
085b08c2-a7d2-4f64-a7ab-12b08f9ad202

}
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-03-21T04:47:46.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ce11df0a-5e37-42c3-96f5-086db1798d9e from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
2023-03-21T04:47:46.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:47:46.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
2023-03-21T04:47:46.553Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:47:46.554Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml ce11df0a-5e37-42c3-96f5-086db1798d9e 20368
2023-03-21T04:47:46.554Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-21T04:47:46.554Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
2023-03-21T04:47:46.554Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:47:46.554Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:46.554Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:46.555Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374066554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:47.556Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 085b08c2-a7d2-4f64-a7ab-12b08f9ad202 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
2023-03-21T04:47:47.556Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:47:47.557Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
2023-03-21T04:47:47.641Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:47:47.642Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env 085b08c2-a7d2-4f64-a7ab-12b08f9ad202 2098
2023-03-21T04:47:47.642Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-21T04:47:47.642Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
2023-03-21T04:47:47.642Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:47:47.643Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:47.643Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:47.643Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374067642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:48.645Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T04:47:48.645Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c671d2eb-2a9c 0 7c30a4e4-18e4-4061-82fa-c0614daecf1a 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-03-21T04:47:48.679Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34ff5c38, org.onap.sdc.toscaparser.api.parameters.Input@438066b4, org.onap.sdc.toscaparser.api.parameters.Input@5fb4c8cd, org.onap.sdc.toscaparser.api.parameters.Input@266754, org.onap.sdc.toscaparser.api.parameters.Input@4e76e5f4]
2023-03-21T04:47:48.680Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.680Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:48.680Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-21T04:47:48.681Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 97ee0ad3-6b3f-4951-8eeb-d457932c9f83
2023-03-21T04:47:48.681Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97ee0ad3-6b3f-4951-8eeb-d457932c9f83 matches Tosca VF Customization UUID: 97ee0ad3-6b3f-4951-8eeb-d457932c9f83
2023-03-21T04:47:48.681Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 97ee0ad3-6b3f-4951-8eeb-d457932c9f83  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-03-21T04:47:48.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:48.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 97ee0ad3-6b3f-4951-8eeb-d457932c9f83: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-21T04:47:48.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1eb2a2f9
2023-03-21T04:47:48.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T04:47:48.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f7ed02e-4ac3-4259-a62c-1e08c56bf64a
2023-03-21T04:47:48.686Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f7ed02e-4ac3-4259-a62c-1e08c56bf64a
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-03-21T04:47:48.689Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.689Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:48.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:48.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:48.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:48.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:47:48.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:48.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T04:47:48.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:48.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:47:48.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:47:48.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:48.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:48.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:47:48.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:48.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:47:48.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:48.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
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-03-21T04:47:48.695Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.695Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:48.695Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:47:48.696Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:48.697Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:47:48.697Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:48.697Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
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-03-21T04:47:48.700Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.700Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:48.700Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:48.700Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:47:48.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:47:48.702Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T04:47:48.702Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
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-03-21T04:47:48.705Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.706Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:48.706Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:47:48.706Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.706Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:47:48.706Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=97ee0ad3-6b3f-4951-8eeb-d457932c9f83
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20: vFW c671d2eb-2a9c
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:48.710Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:47:48.711Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:47:48.711Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-21 04-36-11 
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-03-21T04:47:49.158Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c671d2eb-2a9c 7c30a4e4-18e4-4061-82fa-c0614daecf1a 1 ASDC deployResourceStructure
2023-03-21T04:47:49.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json ASDC sendASDCNotification
2023-03-21T04:47:49.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
2023-03-21T04:47:49.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T04:47:49.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:49.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:49.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374069159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:50.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-21T04:47:50.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
2023-03-21T04:47:50.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T04:47:50.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:50.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:50.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374070162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:51.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-21T04:47:51.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
2023-03-21T04:47:51.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T04:47:51.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:51.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:51.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374071167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:52.170Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T04:47:52.171Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T04:47:52.171Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T04:47:52.171Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:47:52.171Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:47:52.171Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374072170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:47:53.173Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:47:53.193Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:47:53.197Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T04:47:53.197Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T04:47:53.197Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T04:47:53.197Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T04:47:53.197Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:47:53.197Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:47:53.197Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:47:53.197Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:47:53.197Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T04:47:53.209Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T04:48:23.209Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T04:48:23.219Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T04:48:23.219Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T04:48:23.220Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T04:48:23.229Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:48:23.248Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T04:48:23.248Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36f02ea7-575c-4c5c-a4d9-f8d6a4cdaac4], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T04:48:23.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T04:48:23.403Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:48:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[217112], x-aai-txid=[0-aai-resources-230321-04:48:23:624-54430], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:48:23.404Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:48:23.404Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T04:48:23.405Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:48:23.405Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T04:48:23.419Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T04:48:23.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T04:48:23.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T04:48:23.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:23.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:23.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374103420,
  "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-03-21T04:48:24.451Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T04:48:24.452Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T04:48:24.452Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:48:24.452Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:48:24.452Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:48:24.452Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:48:24.458Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e68b88b2-1837-4805-946d-f79f90e03817
2023-03-21T04:48:24.458Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:48:24.459Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:48:24.459Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:48:27.092Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:48:30.101Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:48:33.110Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:48:36.121Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:48:39.129Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:48:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:41.115Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:48:41.116Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:48:41.123Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:48:41.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e68b88b2-1837-4805-946d-f79f90e03817', protocol='range'}
2023-03-21T04:48:41.129Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e68b88b2-1837-4805-946d-f79f90e03817=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:48:41.143Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:48:41.144Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:48:41.143Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e68b88b2-1837-4805-946d-f79f90e03817', protocol='range'}
2023-03-21T04:48:41.144Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:48:41.144Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:48:41.145Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:48:41.149Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:48:41.149Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:48:41.149Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:48:41.150Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=345, 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-03-21T04:48:41.150Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:48:41.150Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:48:41.150Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:48:41.151Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:48:41.151Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:48:41.151Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:48:41.151Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:48:41.152Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:48:41.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:48:41.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:48:41.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:48:41.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:41.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:41.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:42.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:48:42.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:42.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.169Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679373695391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374062615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374065417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374066554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374067642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374069159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.170Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374070162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374071167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374072170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374103420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374083418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374092995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:48:42.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374107678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374080936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374109219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374110131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374083418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374109219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374092995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374107678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374080936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374110131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374113086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374113372,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374113375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374113864,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374114088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:48:42.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374115090,
  "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-03-21T04:48:42.220Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22cb9bd7-216f-47fd-a536-ef09ab013bc0
2023-03-21T04:48:42.220Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T04:48:42.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.246Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374115331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:48:42.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.246Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374116142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:48:42.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:42.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.246Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374116335,
  "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-03-21T04:48:42.261Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22cb9bd7-216f-47fd-a536-ef09ab013bc0
2023-03-21T04:48:42.262Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T04:48:42.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.284Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374117145,
  "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-03-21T04:48:42.299Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22cb9bd7-216f-47fd-a536-ef09ab013bc0
2023-03-21T04:48:42.299Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T04:48:42.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:48:42.324Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:48:42.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:48:43.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:48:43.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:43.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:43.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:44.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:48:44.169Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:44.169Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:44.169Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:45.170Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:48:45.170Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:45.171Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:45.171Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:46.172Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:48:46.172Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:46.172Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:46.173Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:47.174Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:48:47.174Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:47.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:47.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:48.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:48:48.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:48:48.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T04:48:48.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:48:48.177Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T04:48:48.227Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:48:48.227Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:48:48.227Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:48:48.228Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:48:48.228Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:48:48.228Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:48:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:48:48.247Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66008d48
2023-03-21T04:48:48.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:48:48.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:48:48.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:48:48.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T04:48:48.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T04:48:48.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:48:48.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:48.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:48.248Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374128248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:49.249Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T04:48:49.271Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:48:49.271Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:48:49.275Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T04:48:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T04:48:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:48:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:48:49.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:48:49.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4b46d2a6
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:48:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374129295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:48:50.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T04:48:50.296Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:48:50.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:48:50.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:48:50.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:49:20.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:49:20.344Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:49:20.349Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:49:20.349Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:49:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:49:41.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:49:41.102Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:49:41.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:49:50.349Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:49:50.373Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:49:50.378Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:49:50.379Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:50:20.379Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:50:20.406Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:50:20.411Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:50:20.411Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:50:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:50:41.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.103Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:50:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:50:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:50:41.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374128248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:50:41.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374129295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374113134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374116091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374122816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374114375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374122995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374113134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374116091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374122816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374114375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374122995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374116091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374113134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374114375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374122816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374122995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374140131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374116091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374113134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374114375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374122816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374122995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374140131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374116091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374113134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374114375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374122816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374122995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374140131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374116091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374113134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374114375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374122816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374122995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374140131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374116091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374113134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374122816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374114375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374122995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374140131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374116091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374113134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374114375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374122995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374122816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.119Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374140131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374146263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374146001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374146292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374140131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374147004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374140131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.120Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374148005,
  "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-03-21T04:50:41.158Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
2023-03-21T04:50:41.158Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T04:50:41.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374148910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:50:41.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374149680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:50:41.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374150682,
  "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-03-21T04:50:41.191Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
2023-03-21T04:50:41.191Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T04:50:41.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.212Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374150689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:50:41.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:50:41.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:50:41.212Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374151692,
  "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-03-21T04:50:41.223Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
2023-03-21T04:50:41.223Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T04:50:50.412Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:50:50.432Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:50:50.439Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:50:50.439Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:51:20.439Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:51:20.462Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:51:20.465Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:51:20.466Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:51:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:51:41.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.103Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374165858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374176100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374182995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374147268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374179006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374182995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374165858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374179006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.105Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374176100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374147268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374182995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374176100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374165858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374179006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374147268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374182995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374165858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374176100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374179006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374147268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374182995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374165858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374176100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374179006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374147268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374182995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374165858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374179006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374176100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374147268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374182995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679374165858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374179006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:51:41.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374147268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:51:41.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.113Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374176100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:51:41.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374191233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:51:41.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374191010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:51:41.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.114Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679374191302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:51:41.114Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374191303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:51:41.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374192015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:51:41.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.115Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374192329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:51:41.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.116Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679374193018,
  "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-03-21T04:51:41.157Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f28aedd-cc78-415f-bc47-47f1801091a4
2023-03-21T04:51:41.158Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T04:51:41.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374193423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:51:41.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374194463,
  "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-03-21T04:51:41.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f28aedd-cc78-415f-bc47-47f1801091a4
2023-03-21T04:51:41.199Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T04:51:41.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679374195466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T04:51:41.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374196498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:51:41.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679374197500,
  "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-03-21T04:51:41.237Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f28aedd-cc78-415f-bc47-47f1801091a4
2023-03-21T04:51:41.238Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T04:51:41.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.261Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374200131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.261Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374200131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374200131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374200131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374200131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374200131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374200131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:51:41.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.263Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374207924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:51:41.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.263Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374209951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:51:41.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:51:41.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:51:41.263Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679374210955,
  "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-03-21T04:51:41.279Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f28aedd-cc78-415f-bc47-47f1801091a4
2023-03-21T04:51:41.279Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T04:51:50.466Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:51:50.494Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:51:50.499Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:51:50.500Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:52:20.500Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:52:20.527Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:52:20.532Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:52:20.532Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:52:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:52:50.532Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:52:50.561Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:52:50.565Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:52:50.565Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:53:20.565Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:53:20.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:53:20.593Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:53:20.594Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:53:41.102Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:53:41.173Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:53:41.173Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-e68b88b2-1837-4805-946d-f79f90e03817 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T04:53:41.173Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T04:53:41.173Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T04:53:41.833Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:53:41.846Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:53:41.847Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:53:41.853Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:53:41.854Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:53:41.868Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:53:41.868Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:53:41.869Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:53:41.874Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:53:41.874Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:53:41.874Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:53:41.874Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=501, 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-03-21T04:53:41.875Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:53:41.875Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:53:50.594Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T04:53:50.594Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T04:53:50.603Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T04:53:50.603Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T04:53:50.604Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T04:53:50.611Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:53:50.630Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T04:53:50.630Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a5a2f8a-ed33-4ed2-9e56-96ed7b30234a], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T04:53:50.637Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T04:53:50.765Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:53:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-04:53:51:003-2916], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:53:50.765Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:53:50.766Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T04:53:50.766Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:53:50.766Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:53:50.780Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T04:53:50.780Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T04:53:50.780Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T04:53:50.780Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:53:50.780Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:53:50.780Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374430780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:53:50.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T04:53:50.797Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374430780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T04:53:50.797Z||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-03-21T04:53:51.812Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:53:51.812Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:53:51.813Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:53:51.813Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:53:51.813Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:53:51.813Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:53:52.814Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:53:52.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:53:52.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:53:52.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:53:53.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:53:53.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:53:53.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:53:53.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:53:54.817Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:53:54.817Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:53:54.817Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:53:54.817Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:53:55.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:53:55.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:53:55.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:53:55.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:53:56.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:53:56.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:53:56.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:53:56.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:53:57.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:53:57.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:53:57.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:53:57.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:53:58.825Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:53:58.826Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:53:58.826Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T04:53:58.826Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:53:58.826Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T04:53:58.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:53:58.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:53:58.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:53:58.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:53:58.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:53:58.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:53:59.180Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:53:59.183Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T04:53:59.184Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:53:59.184Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T04:53:59.184Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:53:59.184Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:53:59.184Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:53:59.184Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374439183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:00.185Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:54:00.185Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:54:00.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:00.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T04:54:00.187Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:00.187Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:00.339Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13519079738102010983/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:01.798Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:54:01.799Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:54:01.800Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:54:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:54:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T04:54:01.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T04:54:01.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:01.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:01.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:01.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:01.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:01.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T04:54:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T04:54:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:54:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T04:54:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:54:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374441852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:02.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T04:54:02.854Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T04:54:02.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:54:02.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:02.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:02.855Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374442854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:03.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:54:03.881Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:54:03.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T04:54:03.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T04:54:03.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T04:54:03.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T04:54:03.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:54:03.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:54:03.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:54:03.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:54:03.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:54:03.899Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T04:54:33.900Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T04:54:33.912Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T04:54:33.912Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T04:54:33.913Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T04:54:33.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:54:33.934Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T04:54:33.934Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1476a42-4d8f-4b9c-ab09-43920f96d216], X-ECOMP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-TransactionId=[], X-ONAP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], Content-Type=[application/merge-patch+json]}
2023-03-21T04:54:33.940Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T04:54:34.092Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:54:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[143368], x-aai-txid=[0-aai-resources-230321-04:54:34:308-44368], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:54:34.092Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:54:34.093Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T04:54:34.093Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:54:34.093Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:54:34.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T04:54:34.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T04:54:34.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T04:54:34.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:34.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:34.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374474105,
  "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-03-21T04:54:35.137Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:54:35.137Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:54:35.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:54:35.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:35.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:35.138Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:36.139Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:54:36.140Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:36.140Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:36.140Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:37.141Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:54:37.141Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:37.141Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:37.141Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:38.142Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:54:38.143Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:38.143Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:38.143Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:39.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:54:39.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:39.144Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:39.145Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:40.145Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:54:40.145Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:40.146Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:40.146Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:41.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:41.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.106Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:54:41.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:54:41.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:54:41.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.107Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374439183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:54:41.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374441852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T04:54:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374442854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T04:54:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.109Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374474105,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T04:54:41.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:54:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:54:41.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.110Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:54:41.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:54:41.146Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:54:41.147Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:41.147Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:41.147Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:42.148Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:54:42.148Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:54:42.148Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T04:54:42.149Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:54:42.149Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T04:54:42.202Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:54:42.203Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:54:42.203Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:54:42.203Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:42.203Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:54:42.203Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:42.770Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:54:42.772Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T04:54:42.772Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T04:54:42.772Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:42.772Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:54:42.772Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:42.773Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:42.773Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374482772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:43.774Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:54:43.775Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:54:43.775Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:43.775Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T04:54:43.776Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:43.776Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:43.882Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16972473995035670913/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T04:54:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T04:54:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:54:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T04:54:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:54:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:54:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:54:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:54:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:54:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:54:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:54:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.337Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:45.337Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.337Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:54:45.337Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:54:45.337Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:54:45.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:45.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:54:45.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:54:45.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:54:45.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:54:45.339Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.339Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:45.339Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:54:45.339Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:45.339Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:54:45.340Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.340Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T04:54:45.340Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:54:45.341Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:45.342Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T04:54:45.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:54:45.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:54:45.345Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T04:54:45.392Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T04:54:45.393Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T04:54:45.393Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T04:54:45.393Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:54:45.393Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:45.394Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:45.394Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374485393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:46.395Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T04:54:46.395Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T04:54:46.395Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T04:54:46.395Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:54:46.395Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:54:46.395Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374486394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:54:47.396Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:54:47.422Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:54:47.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T04:54:47.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T04:54:47.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T04:54:47.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T04:54:47.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:54:47.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:54:47.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:54:47.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:54:47.428Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T04:54:47.444Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T04:55:17.444Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T04:55:17.458Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T04:55:17.458Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T04:55:17.458Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T04:55:17.464Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:55:17.488Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T04:55:17.489Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3aa7b9ef-193d-4c1b-93c0-eb7cf097dec1], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T04:55:17.495Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T04:55:17.653Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:55:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[217112], x-aai-txid=[2-aai-resources-230321-04:55:17:862-15467], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:55:17.653Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:55:17.654Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T04:55:17.654Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:55:17.654Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T04:55:17.666Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T04:55:17.666Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T04:55:17.666Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T04:55:17.667Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:55:17.667Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:55:17.667Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374517666,
  "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-03-21T04:55:18.699Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T04:55:18.700Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:55:18.701Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:55:18.702Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:55:18.702Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:55:18.702Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:55:19.704Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:55:19.704Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:55:19.705Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:55:19.705Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:55:20.706Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:55:20.707Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:55:20.707Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T04:55:20.708Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T04:55:20.708Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T04:55:20.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:55:20.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:55:20.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:55:20.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T04:55:20.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-21T04:55:20.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:21.028Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-21T04:55:21.030Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 57802
2023-03-21T04:55:21.030Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:21.030Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:21.031Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T04:55:21.031Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:55:21.031Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:55:21.031Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374521030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:55:22.032Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:55:22.033Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-21T04:55:22.034Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T04:55:22.034Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-21T04:55:22.034Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T04:55:22.035Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T04:55:22.111Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16915745490664754749/Definitions/service-BasicNetwork-template.yml
2023-03-21T04:55:22.412Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T04:55:22.413Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:55:22.413Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-21T04:55:22.413Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-21T04:55:22.413Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.413Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.413Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.413Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.413Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.413Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.414Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.415Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.416Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.416Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
Model Version:NULL
Model InvariantUuid:40b8fc44-1235-4c2d-bfdf-08cd27569908
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ac987073-bf56-4d9b-8512-08d0812816ca
Model UUID:e4ae08c5-daac-4e00-ac7b-65db96323ddd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
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-03-21T04:55:22.435Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
2023-03-21T04:55:22.436Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||No resources found for Service: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:55:22.440Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||
2023-03-21T04:55:22.441Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-21T04:55:22.443Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T04:55:22.443Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T04:55:22.444Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-21T04:55:22.444Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:55:22.452Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ca6e795, org.onap.sdc.toscaparser.api.parameters.Input@3f24a2dd, org.onap.sdc.toscaparser.api.parameters.Input@3da0e372, org.onap.sdc.toscaparser.api.parameters.Input@1bebadff, org.onap.sdc.toscaparser.api.parameters.Input@503a7b58]
2023-03-21T04:55:22.453Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.454Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.454Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.454Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.454Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 859e6908-9bd1-4fa9-82e3-658fd57f2f28: Generic NeutronNet
2023-03-21T04:55:22.454Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.454Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.454Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.454Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-21T04:55:22.490Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.490Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.490Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.490Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:22.490Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T04:55:22.490Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T04:55:22.491Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-21T04:55:22.599Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-21T04:55:22.599Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T04:55:22.599Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T04:55:22.599Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T04:55:22.599Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:55:22.599Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:55:22.600Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374522599,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:55:23.600Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:55:23.626Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:55:23.630Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T04:55:23.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T04:55:23.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T04:55:23.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T04:55:23.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:55:23.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:55:23.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:55:23.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T04:55:23.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:23.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T04:55:41.101Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:55:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:55:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:55:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:55:53.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T04:55:53.658Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T04:55:53.658Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T04:55:53.659Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T04:55:53.665Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T04:55:53.682Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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-03-21T04:55:53.682Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T04:55:53.688Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T04:55:53.831Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T04:55:53.832Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 04:55:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[606376], x-aai-txid=[2-aai-resources-230321-04:55:54:055-93323], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T04:55:53.833Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T04:55:53.833Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T04:55:53.833Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:53.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T04:55:53.845Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T04:55:53.845Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T04:55:53.845Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:55:53.845Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:55:53.845Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374553845,
  "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-03-21T04:55:54.873Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T04:55:54.874Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T04:55:54.874Z||pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:55:54.874Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:55:54.874Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:55:54.875Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:55:54.879Z||pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=4, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T04:55:54.880Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7dbf626d-ff12-45f4-a454-856eb202fd62
2023-03-21T04:55:54.881Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:55:54.881Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T04:55:57.326Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:00.335Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:03.344Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:06.352Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:09.361Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:12.380Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:15.390Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:18.399Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:21.408Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:24.417Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:27.426Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:30.434Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:33.444Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:36.453Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:39.461Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T04:56:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:41.115Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:56:41.115Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T04:56:41.121Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:56:41.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7dbf626d-ff12-45f4-a454-856eb202fd62', protocol='range'}
2023-03-21T04:56:41.127Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7dbf626d-ff12-45f4-a454-856eb202fd62=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T04:56:41.143Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T04:56:41.143Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7dbf626d-ff12-45f4-a454-856eb202fd62', protocol='range'}
2023-03-21T04:56:41.143Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:56:41.143Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:56:41.143Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:56:41.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T04:56:41.149Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:56:41.149Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:56:41.149Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:56:41.150Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=520, 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-03-21T04:56:41.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:56:41.150Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:56:41.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:56:41.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:56:41.150Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T04:56:41.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T04:56:41.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T04:56:41.150Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T04:56:41.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T04:56:41.162Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T04:56:41.165Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:56:41.165Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:56:41.165Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:56:41.165Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:42.167Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:56:42.167Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:56:42.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.167Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:56:42.167Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374482772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:56:42.168Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:42.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374485393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374486394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374517666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374104451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374521030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374522599,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374553845,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T04:56:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:56:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:56:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:56:43.168Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:56:43.169Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:56:43.169Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:56:43.169Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:44.170Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:56:44.171Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:56:44.171Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:56:44.171Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:45.172Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:56:45.172Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:56:45.172Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:56:45.173Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:46.173Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:56:46.174Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:56:46.174Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:56:46.174Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:47.175Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T04:56:47.176Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:56:47.176Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:56:47.176Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:48.177Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T04:56:48.177Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T04:56:48.178Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T04:56:48.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T04:56:48.178Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T04:56:48.225Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T04:56:48.225Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T04:56:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T04:56:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:56:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T04:56:48.226Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T04:56:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-21T04:56:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@656b0b08
2023-03-21T04:56:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:56:48.252Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:56:48.253Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:56:48.253Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T04:56:48.253Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T04:56:48.253Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:56:48.253Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:56:48.253Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:56:48.253Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374608253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:49.254Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T04:56:49.277Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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-03-21T04:56:49.277Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T04:56:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T04:56:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T04:56:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:56:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T04:56:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T04:56:49.300Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-21T04:56:49.300Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e09d2ce
2023-03-21T04:56:49.300Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T04:56:49.300Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T04:56:49.300Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T04:56:49.300Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T04:56:49.300Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T04:56:49.300Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T04:56:49.301Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T04:56:49.301Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T04:56:49.301Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374609300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:56:50.302Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T04:56:50.302Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:56:50.327Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:56:50.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:56:50.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:57:20.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:57:20.358Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:57:20.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:57:20.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:57:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:57:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:57:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T04:57:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:57:50.364Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:57:50.389Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:57:50.395Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:57:50.396Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:58:20.396Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:58:20.420Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:58:20.425Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:58:20.425Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:58:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:58:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:58:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374608253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374609300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T04:58:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T04:58:50.426Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:58:50.450Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:58:50.456Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:58:50.456Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:59:20.456Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:59:20.473Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:59:20.477Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:59:20.477Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T04:59:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T04:59:50.477Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:59:50.498Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T04:59:50.502Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T04:59:50.503Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:00:20.503Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:00:20.525Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:00:20.529Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:00:20.529Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:00:41.102Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:00:50.529Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:00:50.552Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:00:50.557Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:00:50.557Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:01:20.558Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:01:20.581Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:01:20.589Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:01:20.590Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:01:41.103Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:01:41.249Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:01:41.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7dbf626d-ff12-45f4-a454-856eb202fd62 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T05:01:41.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T05:01:41.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T05:01:41.662Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:01:41.674Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:01:41.675Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:01:41.681Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:01:41.681Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:01:41.693Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:01:41.693Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:01:41.694Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:01:41.698Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:01:41.698Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:01:41.698Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:01:41.698Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:01:41.699Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:01:41.699Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:01:50.590Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T05:01:50.590Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T05:01:50.599Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T05:01:50.599Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T05:01:50.600Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T05:01:50.606Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:01:50.625Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T05:01:50.626Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T05:01:50.633Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T05:01:50.771Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T05:01:50.771Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:01:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-05:01:50:999-10024], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:01:50.772Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:01:50.772Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:01:50.773Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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-03-21T05:01:50.787Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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-03-21T05:01:50.787Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T05:01:50.788Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T05:01:50.788Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:01:50.788Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:01:50.789Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374910788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:01:50.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:01:50.814Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374910788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T05:01:50.815Z||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-03-21T05:01:51.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:01:51.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:01:51.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:01:51.822Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:01:51.822Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:01:51.822Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:01:52.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:01:52.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:01:52.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:01:52.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:01:53.825Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:01:53.825Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:01:53.826Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:01:53.826Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:01:54.827Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:01:54.827Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:01:54.827Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:01:54.827Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:01:55.828Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:01:55.828Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:01:55.829Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:01:55.829Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:01:56.829Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:01:56.830Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:01:56.830Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:01:56.830Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:01:57.831Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:01:57.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:01:57.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:01:57.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:01:58.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:01:58.834Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:01:58.834Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T05:01:58.834Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:01:58.834Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T05:01:58.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:01:58.887Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:01:58.887Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:01:58.887Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:01:58.887Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:01:58.887Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:01:59.181Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:01:59.184Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T05:01:59.185Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:01:59.185Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:01:59.185Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:01:59.185Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:01:59.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:01:59.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374919185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:00.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:02:00.187Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:02:00.187Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:00.188Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T05:02:00.188Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:00.188Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:00.359Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7058482223233450034/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.785Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:02:01.786Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:02:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T05:02:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T05:02:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:02:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T05:02:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:02:01.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:01.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:01.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374921839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:02.841Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:02:02.841Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T05:02:02.841Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:02:02.842Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:02.842Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:02.842Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374922840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:03.843Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:02:03.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:02:03.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:02:03.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:02:03.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:02:03.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:02:03.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:02:03.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:02:03.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:02:03.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:02:03.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-03-21T05:02:03.891Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:02:33.891Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T05:02:33.905Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T05:02:33.905Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T05:02:33.906Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T05:02:33.910Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:02:33.926Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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-03-21T05:02:33.927Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T05:02:33.934Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:02:34.078Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T05:02:34.078Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:02:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[143368], x-aai-txid=[1-aai-resources-230321-05:02:34:300-5343], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:02:34.078Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:02:34.079Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:02:34.079Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-03-21T05:02:34.090Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-03-21T05:02:34.091Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:02:34.091Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:02:34.091Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:34.091Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:34.091Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374954091,
  "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-03-21T05:02:35.123Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:02:35.123Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:02:35.124Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:02:35.124Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:35.124Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:35.124Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:36.125Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:02:36.125Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:36.125Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:36.125Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:37.126Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:02:37.127Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:37.127Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:37.127Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:38.129Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:02:38.129Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:38.130Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:38.130Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:39.131Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:02:39.131Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:39.132Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:39.132Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:40.132Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:02:40.132Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:40.133Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:40.133Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374919185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374921839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374922840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374954091,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:02:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:02:41.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:02:41.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:02:41.133Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:02:41.133Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:41.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:41.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:42.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:02:42.135Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:02:42.135Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T05:02:42.136Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:02:42.136Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T05:02:42.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:02:42.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:02:42.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:02:42.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:42.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:02:42.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:42.738Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:02:42.741Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T05:02:42.742Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:02:42.742Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:42.742Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:02:42.743Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:42.743Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:42.743Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374962742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:43.744Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:02:43.745Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:02:43.746Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:43.746Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T05:02:43.747Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:43.747Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:43.853Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1884074109897126948/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.372Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:02:45.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:02:45.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:02:45.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:02:45.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:02:45.377Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:02:45.378Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T05:02:45.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T05:02:45.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:02:45.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T05:02:45.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:02:45.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:45.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:45.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374965429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:46.430Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:02:46.431Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T05:02:46.431Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:02:46.431Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:02:46.431Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:02:46.431Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374966430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:02:47.432Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:02:47.460Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:02:47.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:02:47.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:02:47.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:02:47.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:02:47.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:02:47.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:02:47.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:02:47.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:02:47.466Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-03-21T05:02:47.482Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:03:17.482Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T05:03:17.496Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T05:03:17.497Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T05:03:17.498Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T05:03:17.504Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:03:17.521Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T05:03:17.522Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[deebdb2e-b38f-49bf-90e2-373ee51aa986], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T05:03:17.528Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:03:17.669Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:03:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[217112], x-aai-txid=[2-aai-resources-230321-05:03:17:893-47703], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:03:17.669Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:03:17.670Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T05:03:17.670Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:03:17.671Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-03-21T05:03:17.684Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-03-21T05:03:17.684Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:03:17.684Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:03:17.684Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:17.684Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:17.684Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374997684,
  "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-03-21T05:03:18.714Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:03:18.714Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:03:18.714Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:03:18.715Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:18.715Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:18.715Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:19.716Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:03:19.716Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:19.716Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:19.717Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:20.719Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:03:20.720Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:03:20.720Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T05:03:20.720Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T05:03:20.720Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T05:03:20.764Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:03:20.765Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:03:20.765Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:03:20.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T05:03:20.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:03:20.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T05:03:20.797Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-21T05:03:20.798Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6d11c90a
2023-03-21T05:03:20.798Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:03:20.798Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T05:03:20.798Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:03:20.798Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:03:20.798Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T05:03:20.798Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:03:20.799Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:20.799Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:20.799Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375000798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:21.800Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:03:21.851Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T05:03:21.852Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:03:21.852Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T05:03:21.852Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:03:21.853Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:21.853Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:21.853Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375001852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:22.854Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:03:22.854Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T05:03:22.854Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:03:22.855Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:22.855Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:22.855Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375002854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:23.855Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:03:23.876Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:03:23.881Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:03:23.881Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:03:23.881Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:03:23.881Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:03:23.881Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:03:23.882Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:03:23.882Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:03:23.882Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:03:23.882Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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-03-21T05:03:23.897Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:03:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:03:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:03:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:03:53.897Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T05:03:53.907Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T05:03:53.907Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T05:03:53.908Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T05:03:53.914Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:03:53.930Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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-03-21T05:03:53.930Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T05:03:53.938Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:03:54.071Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T05:03:54.072Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:03:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[606376], x-aai-txid=[2-aai-resources-230321-05:03:54:303-13668], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:03:54.072Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:03:54.072Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:03:54.072Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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-03-21T05:03:54.085Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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-03-21T05:03:54.085Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:03:54.085Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:03:54.085Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:54.085Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:54.086Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375034085,
  "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-03-21T05:03:55.115Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:03:55.115Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:03:55.115Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:03:55.116Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:55.116Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:55.116Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:56.116Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:03:56.117Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:56.117Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:56.117Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:57.118Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:03:57.118Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:57.118Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:57.119Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:58.120Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:03:58.120Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:58.120Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:58.120Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:03:59.121Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:03:59.121Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:03:59.122Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:03:59.122Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:00.122Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:00.123Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:00.123Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:00.123Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:01.123Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:01.124Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:01.124Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:01.124Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:02.125Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:02.125Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:02.125Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:02.125Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:03.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:04:03.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:04:03.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T05:04:03.127Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:04:03.127Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T05:04:03.178Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:04:03.179Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:04:03.179Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:04:03.179Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:03.179Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:04:03.180Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:03.444Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:04:03.446Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T05:04:03.446Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:04:03.446Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:03.446Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:04:03.447Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:03.447Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:03.447Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375043446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:04.447Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:04:04.448Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:04:04.448Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:04.449Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:04.449Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:04.449Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:04.526Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16104934426987493450/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T05:04:05.104Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:04:05.104Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:05.105Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:05.106Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T05:04:05.124Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:04:05.128Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||pNF 5bf08619-abe8 0
2023-03-21T05:04:05.128Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d
2023-03-21T05:04:05.128Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T05:04:05.128Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T05:04:05.128Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5bf08619-abe8 0 59519364-2520-4f5f-a0bf-1b57a8ef723d 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-03-21T05:04:05.139Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e157d2e, org.onap.sdc.toscaparser.api.parameters.Input@57514bab, org.onap.sdc.toscaparser.api.parameters.Input@3a2535d, org.onap.sdc.toscaparser.api.parameters.Input@4edde79a, org.onap.sdc.toscaparser.api.parameters.Input@5b340f62]
2023-03-21T05:04:05.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:05.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:05.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 300e9827-499c-4108-869d-47c4dac09dce: pNF 5bf08619-abe8
2023-03-21T05:04:05.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Processing PNF resource: 59519364-2520-4f5f-a0bf-1b57a8ef723d
2023-03-21T05:04:05.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:05.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:05.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Resource customization UUID: f9a459f7-367d-4741-8359-218398df4536 is the same as notified resource customizationUUID: f9a459f7-367d-4741-8359-218398df4536
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-03-21T05:04:05.246Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5bf08619-abe8 59519364-2520-4f5f-a0bf-1b57a8ef723d 0 ASDC deployResourceStructure
2023-03-21T05:04:05.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:04:05.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:04:05.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:04:05.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:05.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:05.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375045247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:06.248Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:04:06.272Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:04:06.276Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:04:06.277Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:04:06.277Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:04:06.277Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:04:06.277Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:04:06.277Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:04:06.277Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:04:06.277Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:04:06.277Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-03-21T05:04:06.292Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:04:36.293Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T05:04:36.301Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T05:04:36.301Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T05:04:36.301Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T05:04:36.306Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:04:36.319Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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-03-21T05:04:36.320Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T05:04:36.327Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:04:36.473Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T05:04:36.473Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:04:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[196760], x-aai-txid=[0-aai-resources-230321-05:04:36:691-75377], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:04:36.473Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:04:36.474Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:04:36.474Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-03-21T05:04:36.485Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-03-21T05:04:36.485Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:04:36.485Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:04:36.485Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:36.485Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:36.485Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375076485,
  "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-03-21T05:04:37.514Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:04:37.515Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:04:37.515Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:37.516Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:37.516Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:37.516Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "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-03-21T05:04:38.516Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:38.517Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:38.517Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:38.517Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "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-03-21T05:04:39.518Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:39.518Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:39.519Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:39.519Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "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-03-21T05:04:40.519Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:40.520Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:40.520Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:40.520Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "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-03-21T05:04:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:04:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374962742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:04:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:04:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:04:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374965429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T05:04:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:04:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:04:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374966430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T05:04:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:04:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:04:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374997684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:04:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:04:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:04:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:04:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:04:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:04:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:04:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:04:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:04:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375000798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:04:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:04:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:04:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375001852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T05:04:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:04:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:04:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375002854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T05:04:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:04:41.521Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:41.521Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:41.521Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:41.521Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "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-03-21T05:04:42.522Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:42.523Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:42.523Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:42.523Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:43.524Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:04:43.525Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:43.525Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:43.525Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:44.527Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:04:44.527Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:04:44.527Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T05:04:44.528Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:04:44.528Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T05:04:44.604Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:04:44.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:04:44.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:04:44.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:04:44.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:04:44.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:04:44.866Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:04:44.868Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 75181
2023-03-21T05:04:44.868Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T05:04:44.869Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:04:44.869Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:04:44.869Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:44.869Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:44.869Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375084868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:45.870Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:04:45.871Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:04:45.871Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T05:04:45.871Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-21T05:04:45.871Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T05:04:45.871Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T05:04:45.952Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12391496950536810189/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-03-21T05:04:46.781Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:04:46.782Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:04:46.782Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-21T05:04:46.782Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:04:46.782Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.782Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.782Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.782Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.783Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.783Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.783Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.783Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:04:46.783Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.783Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:46.783Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T05:04:46.783Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:04:46.784Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:04:46.784Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.784Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:46.784Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T05:04:46.784Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:04:46.784Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:04:46.784Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.784Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:46.784Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.785Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-21T05:04:46.785Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-21T05:04:46.785Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-21T05:04:46.785Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-21T05:04:46.785Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-21T05:04:46.785Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:04:46.785Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.785Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:04:46.786Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.786Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T05:04:46.786Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:04:46.786Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.786Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T05:04:46.786Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:04:46.786Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=65710d53-a6a5-4d7a-9aa2-7422472c98ba
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.787Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:46.788Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:46.788Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:46.788Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
Model Version:NULL
Model InvariantUuid:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bf85a3f-4893-456e-bc1b-723c016c7a65
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ddec754f-e89f-446c-82c2-26141f26c819
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:295bf1ec-effb-433f-a325-e4ef19411c74
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:93cee272-27f6-4670-9322-675b68a50493
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:65710d53-a6a5-4d7a-9aa2-7422472c98ba
ModelInvariantUuid:7acef576-666e-4cd6-a23f-87fd7a04ae6c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0b638d2f-0de5-43b8-be90-67dd97ab043f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8251531b-4d1b-4b62-b5a8-6bbb7e73dafe
ModelInvariantUuid:07c43fab-2b35-422e-8525-964ab9a1115e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3368e433-bda1-4849-8ca9-b6753dcb3f78
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-03-21T05:04:46.810Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:04:46.814Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||basic_vm 0
2023-03-21T05:04:46.815Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
2023-03-21T05:04:46.815Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6ae46fbf-a0d8-4a2d-ad72-6037113c38e5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-21T05:04:46.815Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:04:46.815Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.899Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:04:46.900Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6ae46fbf-a0d8-4a2d-ad72-6037113c38e5 787
2023-03-21T05:04:46.900Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.900Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:46.900Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:04:46.901Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:46.901Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:46.901Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375086900,
  "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-03-21T05:04:47.902Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "295bf1ec-effb-433f-a325-e4ef19411c74",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93cee272-27f6-4670-9322-675b68a50493",
    "vfModuleModelCustomizationUUID": "a51c9575-c7fa-413b-8fe4-ae423863f963",
    "isBase": true,
    "artifacts": [
      "ad44aa77-65b0-40dc-9b99-31ef68a68361",
      "2c8e0926-acb7-45e0-a365-84eae89314ce"
    ],
    "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-03-21T05:04:47.906Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93cee272-27f6-4670-9322-675b68a50493
VfModuleModelInvariantUUID:295bf1ec-effb-433f-a325-e4ef19411c74
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad44aa77-65b0-40dc-9b99-31ef68a68361
,
2c8e0926-acb7-45e0-a365-84eae89314ce

}
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-03-21T05:04:47.908Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "295bf1ec-effb-433f-a325-e4ef19411c74",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93cee272-27f6-4670-9322-675b68a50493",
    "vfModuleModelCustomizationUUID": "a51c9575-c7fa-413b-8fe4-ae423863f963",
    "isBase": true,
    "artifacts": [
      "ad44aa77-65b0-40dc-9b99-31ef68a68361",
      "2c8e0926-acb7-45e0-a365-84eae89314ce"
    ],
    "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-03-21T05:04:47.908Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93cee272-27f6-4670-9322-675b68a50493
VfModuleModelInvariantUUID:295bf1ec-effb-433f-a325-e4ef19411c74
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad44aa77-65b0-40dc-9b99-31ef68a68361
,
2c8e0926-acb7-45e0-a365-84eae89314ce

}
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-03-21T05:04:47.908Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad44aa77-65b0-40dc-9b99-31ef68a68361 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-21T05:04:47.908Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:04:47.908Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:47.992Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:04:47.992Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ad44aa77-65b0-40dc-9b99-31ef68a68361 5033
2023-03-21T05:04:47.992Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:47.992Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:47.992Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:04:47.993Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:47.993Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:47.993Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375087992,
  "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-03-21T05:04:48.993Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c8e0926-acb7-45e0-a365-84eae89314ce from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-21T05:04:48.994Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:04:48.994Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:49.078Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:04:49.078Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2c8e0926-acb7-45e0-a365-84eae89314ce 903
2023-03-21T05:04:49.078Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:49.078Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:49.078Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:04:49.078Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:49.079Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:49.079Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375089078,
  "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-03-21T05:04:50.079Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T05:04:50.080Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 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-03-21T05:04:50.113Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6674558c, org.onap.sdc.toscaparser.api.parameters.Input@5e0a486c, org.onap.sdc.toscaparser.api.parameters.Input@5f018a22, org.onap.sdc.toscaparser.api.parameters.Input@497e5b62, org.onap.sdc.toscaparser.api.parameters.Input@d62bff4]
2023-03-21T05:04:50.114Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.114Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:50.114Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-03-21T05:04:50.114Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ba0fec69-aca4-4dd0-916d-d9eaced0c013
2023-03-21T05:04:50.114Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba0fec69-aca4-4dd0-916d-d9eaced0c013 matches Tosca VF Customization UUID: ba0fec69-aca4-4dd0-916d-d9eaced0c013
2023-03-21T05:04:50.114Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ba0fec69-aca4-4dd0-916d-d9eaced0c013  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-03-21T05:04:50.119Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.120Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:50.120Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ba0fec69-aca4-4dd0-916d-d9eaced0c013: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-21T05:04:50.120Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69baf1fd
2023-03-21T05:04:50.120Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.120Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:04:50.120Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a51c9575-c7fa-413b-8fe4-ae423863f963
2023-03-21T05:04:50.120Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a51c9575-c7fa-413b-8fe4-ae423863f963
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-03-21T05:04:50.125Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-21T05:04:50.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=65710d53-a6a5-4d7a-9aa2-7422472c98ba
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-03-21T05:04:50.131Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.131Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T05:04:50.131Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:04:50.132Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.132Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-21T05:04:50.132Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ba0fec69-aca4-4dd0-916d-d9eaced0c013
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:04:50.135Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.135Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:50.135Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 24a1ce18-5cfb-4a3a-9a4f-49a83d640141: basic_vm
2023-03-21T05:04:50.135Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:04:50.136Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:50.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 1 ASDC deployResourceStructure
2023-03-21T05:04:50.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:50.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:50.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:04:50.341Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:50.341Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:50.341Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375090340,
  "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-03-21T05:04:51.342Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:51.342Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:51.342Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:04:51.342Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:51.342Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:51.343Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375091342,
  "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-03-21T05:04:52.343Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:52.344Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:52.344Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:04:52.344Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:52.344Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:52.344Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375092343,
  "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-03-21T05:04:53.345Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T05:04:53.346Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:04:53.346Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:04:53.346Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:04:53.346Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:04:53.346Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375093345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:04:54.347Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:04:54.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:04:54.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:04:54.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:04:54.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:04:54.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:04:54.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:04:54.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:04:54.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:04:54.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:04:54.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:04:54.393Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:05:24.393Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T05:05:24.422Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T05:05:24.422Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T05:05:24.423Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T05:05:24.429Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:05:24.445Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T05:05:24.445Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07ddca52-d8c1-4f7e-8625-468d593810e5], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T05:05:24.452Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:05:24.639Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:05:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[184], vertex-id=[241880], x-aai-txid=[2-aai-resources-230321-05:05:24:817-47719], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:05:24.640Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:05:24.640Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T05:05:24.640Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:05:24.640Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:05:24.652Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:05:24.653Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:05:24.653Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:05:24.653Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:24.653Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:24.653Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375124653,
  "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-03-21T05:05:25.681Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T05:05:25.682Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T05:05:25.682Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:05:25.682Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:05:25.682Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:05:25.682Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:05:25.687Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b3de412a-fbcd-42e8-b2a4-d95daf174718
2023-03-21T05:05:25.688Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:05:25.688Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:05:25.688Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:05:27.457Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:05:30.466Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:05:33.474Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:05:36.483Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:05:39.491Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:05:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:41.118Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:05:41.118Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:05:41.124Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b3de412a-fbcd-42e8-b2a4-d95daf174718', protocol='range'}
2023-03-21T05:05:41.124Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:05:41.128Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b3de412a-fbcd-42e8-b2a4-d95daf174718=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:05:41.145Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b3de412a-fbcd-42e8-b2a4-d95daf174718', protocol='range'}
2023-03-21T05:05:41.145Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:05:41.145Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:05:41.145Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:05:41.145Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:05:41.145Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:05:41.150Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:05:41.150Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:05:41.150Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:05:41.150Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=566, 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-03-21T05:05:41.150Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:05:41.150Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:05:41.156Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:05:41.156Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:05:41.156Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:05:41.156Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:05:41.156Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:05:41.156Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:05:41.166Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:05:41.166Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:05:41.167Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:05:41.168Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:41.168Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:41.168Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:42.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375034085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:05:42.169Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:05:42.169Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.169Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.169Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:42.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375043446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375045247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375076485,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679374554873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375084868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375086900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375087992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375089078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375090340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375091342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375092343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-21T05:05:42.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375093345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:05:42.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375124653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:05:42.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:42.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:05:42.174Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:05:42.174Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:05:43.170Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:05:43.170Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:43.170Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:43.170Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:44.171Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:05:44.171Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:44.171Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:44.171Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:45.172Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:05:45.172Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:45.172Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:45.173Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:46.174Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:05:46.174Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:46.174Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:46.175Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:47.177Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:05:47.177Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:47.177Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:47.177Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:48.180Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:05:48.180Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:05:48.180Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T05:05:48.180Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:05:48.180Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T05:05:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:05:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:05:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:05:48.230Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:05:48.230Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:05:48.230Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:05:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-21T05:05:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@548cfb3b
2023-03-21T05:05:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:05:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:05:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:05:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T05:05:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T05:05:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:05:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375148258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:49.260Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T05:05:49.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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-03-21T05:05:49.282Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:05:49.287Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T05:05:49.287Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T05:05:49.287Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:05:49.287Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:05:49.287Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:05:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-21T05:05:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3827a696
2023-03-21T05:05:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:05:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:05:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:05:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T05:05:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T05:05:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:05:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:05:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:05:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375149306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:05:50.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T05:05:50.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:05:50.335Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:05:50.339Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:05:50.339Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:06:20.339Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:06:20.364Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:06:20.369Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:06:20.369Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:06:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:06:41.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:06:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:06:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:06:50.369Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:06:50.569Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:06:50.576Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:06:50.576Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:07:20.576Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:07:20.598Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:07:20.601Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:07:20.601Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:07:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:07:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:07:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:07:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:07:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:07:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:07:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375148258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:07:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:07:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:07:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375149306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:07:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:07:50.602Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:07:50.625Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:07:50.629Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:07:50.629Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:08:20.629Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:08:20.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:08:20.658Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:08:20.659Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:08:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:08:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375214043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375232995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679375216503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679375230720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679375212319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375214043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375232995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679375230720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679375212319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679375216503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375214043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375232995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679375216503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679375230720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679375212319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375214043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375232995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679375212319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679375216503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679375230720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375214043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375232995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679375216503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679375212319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679375230720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375214043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375232995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679375216503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679375230720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679375212319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375214043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375232995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679375230720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679375216503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679375212319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375214043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679375212319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679375216503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679375230720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375232995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375249717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679375250005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375250006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375250131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375250720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375250131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679375251722,
  "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-03-21T05:08:41.149Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf6d449f-7700-4617-8a46-d08a1416b239
2023-03-21T05:08:41.149Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T05:08:41.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375250131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375253534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:08:41.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375250131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "aai-model-loader",
  "timestamp": 1679375254537,
  "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-03-21T05:08:41.202Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bf6d449f-7700-4617-8a46-d08a1416b239
2023-03-21T05:08:41.202Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T05:08:41.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375250131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375250131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375250131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:08:41.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375250131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:08:41.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375258934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:08:41.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:41.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:08:41.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375260609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:08:41.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:08:50.659Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:08:50.682Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:08:50.685Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:08:50.685Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:09:20.685Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:09:20.710Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:09:20.715Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:09:20.716Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:09:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:09:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:09:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679375261612,
  "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-03-21T05:09:41.122Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bf6d449f-7700-4617-8a46-d08a1416b239
2023-03-21T05:09:41.123Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T05:09:50.716Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:09:50.744Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:09:50.749Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:09:50.750Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:10:20.750Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:10:20.767Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:10:20.770Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:10:20.770Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:10:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:10:41.256Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:10:41.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b3de412a-fbcd-42e8-b2a4-d95daf174718 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T05:10:41.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T05:10:41.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T05:10:41.967Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:10:41.982Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:10:41.982Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:10:41.997Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:10:41.997Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:10:42.014Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:10:42.015Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:10:42.015Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:10:42.020Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:10:42.020Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:10:42.020Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:10:42.020Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=661, 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-03-21T05:10:42.020Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:10:42.021Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:10:50.771Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T05:10:50.771Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T05:10:50.784Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T05:10:50.784Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T05:10:50.785Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T05:10:50.791Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:10:50.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T05:10:50.808Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T05:10:50.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T05:10:50.966Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T05:10:50.966Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:10:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-05:10:51:186-63012], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:10:50.967Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:10:50.967Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:10:50.967Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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-03-21T05:10:50.979Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||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-03-21T05:10:50.979Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T05:10:50.979Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T05:10:50.980Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:10:50.980Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:10:50.980Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375450979,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:10:51.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:10:51.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375450979,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T05:10:51.002Z||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-03-21T05:10:52.014Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:10:52.014Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:10:52.015Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:10:52.015Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:10:52.015Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:10:52.015Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:10:53.016Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:10:53.017Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:10:53.017Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:10:53.017Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:10:54.018Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:10:54.019Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:10:54.019Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:10:54.019Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:10:55.020Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:10:55.020Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:10:55.020Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:10:55.021Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:10:56.021Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:10:56.022Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:10:56.022Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:10:56.022Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:10:57.023Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:10:57.023Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:10:57.024Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:10:57.024Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:10:58.024Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:10:58.025Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:10:58.025Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:10:58.025Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:10:59.027Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:10:59.027Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:10:59.027Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T05:10:59.027Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:10:59.028Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T05:10:59.074Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:10:59.075Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:10:59.075Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:10:59.075Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:10:59.075Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:10:59.075Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:10:59.338Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:10:59.341Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T05:10:59.342Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:10:59.342Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:10:59.342Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:10:59.343Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:10:59.343Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:10:59.343Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375459342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:00.344Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:11:00.344Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:11:00.345Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:00.345Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T05:11:00.345Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:00.345Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:00.446Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8831082804412609383/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T05:11:01.943Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:01.944Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:11:01.945Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:11:01.948Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:11:01.949Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:11:01.949Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:11:01.950Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:11:01.950Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:11:01.951Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.952Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:01.952Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:11:01.953Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:01.954Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:11:01.954Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.955Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T05:11:01.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.957Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:11:01.957Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:11:01.958Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:11:01.958Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:01.959Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.959Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:11:01.959Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.959Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:11:01.959Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:11:01.959Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:11:01.959Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:01.960Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:11:01.960Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.960Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T05:11:01.960Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.960Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:11:01.960Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:11:01.960Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:01.961Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:11:01.962Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T05:11:01.962Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.962Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:01.962Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.962Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:01.962Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.962Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:01.962Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:01.963Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:01.963Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T05:11:02.008Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T05:11:02.009Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:11:02.009Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T05:11:02.009Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:11:02.010Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:02.010Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:02.010Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375462009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:03.011Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:11:03.012Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T05:11:03.012Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:11:03.012Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:03.012Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:03.013Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375463011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:04.014Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:11:04.040Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:11:04.045Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:11:04.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:11:04.046Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:11:04.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:11:04.047Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:11:04.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:11:04.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:11:04.048Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:11:04.049Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-03-21T05:11:04.063Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:11:34.063Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T05:11:34.071Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T05:11:34.072Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T05:11:34.072Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T05:11:34.076Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:11:34.093Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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-03-21T05:11:34.094Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T05:11:34.100Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:11:34.230Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T05:11:34.230Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:11:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[143368], x-aai-txid=[0-aai-resources-230321-05:11:34:465-27707], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:11:34.230Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:11:34.230Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:11:34.231Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-03-21T05:11:34.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||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-03-21T05:11:34.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:11:34.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:11:34.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:34.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:34.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375494242,
  "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-03-21T05:11:35.272Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:11:35.273Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:11:35.274Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:11:35.274Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:35.274Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:35.274Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:36.275Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:11:36.276Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:36.276Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:36.276Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:37.277Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:11:37.278Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:37.278Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:37.278Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:38.279Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:11:38.280Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:38.280Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:38.280Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:39.281Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:11:39.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:39.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:39.282Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:40.283Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:11:40.283Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:40.283Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:40.283Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:41.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.112Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:11:41.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.112Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375459342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375462009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375463011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375494242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.114Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.115Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:11:41.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:11:41.116Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:11:41.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:11:41.284Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:11:41.284Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:41.285Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:41.285Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:42.287Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:11:42.288Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:11:42.288Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T05:11:42.288Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:11:42.288Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T05:11:42.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:11:42.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:11:42.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:11:42.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:42.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:11:42.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:42.586Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:11:42.590Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T05:11:42.590Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:11:42.591Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:42.591Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:11:42.591Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:42.591Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:42.591Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375502590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:43.591Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:11:43.592Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:11:43.592Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:43.593Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T05:11:43.593Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:43.594Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:43.708Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP770687084185425162/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T05:11:45.184Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:11:45.184Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:11:45.184Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.184Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:11:45.184Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.184Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:11:45.185Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.186Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:11:45.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:11:45.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:11:45.189Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:11:45.190Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T05:11:45.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:45.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:45.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:45.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:11:45.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:11:45.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T05:11:45.237Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T05:11:45.237Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:11:45.237Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T05:11:45.237Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:11:45.238Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:45.238Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:45.238Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375505237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:46.239Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:11:46.239Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T05:11:46.239Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:11:46.239Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:11:46.240Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:11:46.240Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375506239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:11:47.241Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:11:47.268Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:11:47.273Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:11:47.273Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:11:47.273Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:11:47.274Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:11:47.274Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:11:47.274Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:11:47.274Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:11:47.274Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:11:47.274Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-03-21T05:11:47.290Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:12:17.291Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T05:12:17.306Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T05:12:17.306Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T05:12:17.307Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T05:12:17.313Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:12:17.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T05:12:17.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a835a901-3d2c-4abf-81f1-ef086fb84edf], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T05:12:17.345Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:12:17.490Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:12:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[217112], x-aai-txid=[0-aai-resources-230321-05:12:17:711-44351], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:12:17.491Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:12:17.491Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T05:12:17.492Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:12:17.492Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-03-21T05:12:17.503Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||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-03-21T05:12:17.503Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:12:17.503Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:12:17.504Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:17.504Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:17.504Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375537503,
  "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-03-21T05:12:18.535Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:12:18.535Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:12:18.536Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:12:18.536Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:18.536Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:18.536Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:19.537Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:12:19.537Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:19.537Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:19.538Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:20.538Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:12:20.539Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:12:20.539Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T05:12:20.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T05:12:20.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T05:12:20.586Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:12:20.586Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:12:20.587Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:12:20.587Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T05:12:20.587Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:12:20.587Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T05:12:20.612Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-21T05:12:20.612Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@77130f46
2023-03-21T05:12:20.613Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:12:20.613Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T05:12:20.613Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:12:20.613Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:12:20.613Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T05:12:20.613Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:12:20.614Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:20.614Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:20.614Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375540613,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:21.615Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:12:21.663Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T05:12:21.663Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:12:21.663Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T05:12:21.663Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:12:21.664Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:21.664Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:21.664Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375541663,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:22.665Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:12:22.665Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T05:12:22.665Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:12:22.666Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:22.666Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:22.666Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375542665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:23.667Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:12:23.688Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:12:23.693Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:12:23.694Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:12:23.694Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:12:23.694Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:12:23.694Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:12:23.694Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:12:23.694Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:12:23.694Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:12:23.694Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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-03-21T05:12:23.708Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:12:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:41.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:12:41.101Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:12:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:12:53.709Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T05:12:53.722Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T05:12:53.722Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T05:12:53.723Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T05:12:53.729Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:12:53.753Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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-03-21T05:12:53.754Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T05:12:53.761Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:12:53.913Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T05:12:53.913Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:12:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[606376], x-aai-txid=[0-aai-resources-230321-05:12:54:127-8749], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:12:53.914Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:12:53.914Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:12:53.914Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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-03-21T05:12:53.927Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||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-03-21T05:12:53.927Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:12:53.927Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:12:53.928Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:53.928Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:53.928Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375573927,
  "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-03-21T05:12:54.961Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:12:54.961Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:12:54.962Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:12:54.962Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:54.962Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:54.962Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:55.963Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:12:55.963Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:55.963Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:55.964Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:56.964Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:12:56.965Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:56.965Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:56.965Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:57.966Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:12:57.966Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:57.966Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:57.966Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:58.967Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:12:58.968Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:58.968Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:58.968Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:12:59.969Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:12:59.970Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:12:59.970Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:12:59.970Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:00.972Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:13:00.972Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:00.972Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:00.972Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:01.973Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:13:01.973Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:01.973Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:01.973Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:02.974Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:13:02.974Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:13:02.974Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T05:13:02.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:13:02.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T05:13:03.043Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:13:03.043Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:13:03.043Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:13:03.043Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:03.044Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:13:03.044Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:03.286Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-03-21T05:13:03.290Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T05:13:03.290Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:13:03.290Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:03.290Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:13:03.291Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:03.291Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:03.291Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375583290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:04.292Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:13:04.293Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:13:04.293Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.293Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.293Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.293Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.375Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2951506962388372676/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T05:13:04.973Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:13:04.973Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:13:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:13:04.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:13:04.976Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:13:04.976Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:13:04.976Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:13:04.976Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:13:04.976Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:13:04.976Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T05:13:05.027Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T05:13:05.027Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:13:05.027Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T05:13:05.027Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:13:05.028Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:05.028Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:05.028Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375585027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:06.028Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:13:06.029Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T05:13:06.029Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:13:06.029Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:06.030Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:06.030Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375586028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:07.030Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:13:07.058Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:13:07.065Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:13:07.065Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:13:07.065Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:13:07.065Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:13:07.065Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:13:07.065Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:13:07.066Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:13:07.066Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:13:07.066Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-03-21T05:13:07.082Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:13:37.082Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T05:13:37.092Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T05:13:37.092Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T05:13:37.093Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T05:13:37.098Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:13:37.114Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T05:13:37.114Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb0d09da-6368-41e0-8f77-acf821f5fe41], X-ECOMP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-TransactionId=[], X-ONAP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], Content-Type=[application/merge-patch+json]}
2023-03-21T05:13:37.123Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:13:37.266Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:13:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[196760], x-aai-txid=[2-aai-resources-230321-05:13:37:490-29759], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:13:37.267Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:13:37.269Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T05:13:37.270Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:13:37.270Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-03-21T05:13:37.284Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||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-03-21T05:13:37.284Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:13:37.284Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:13:37.284Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:37.284Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:37.285Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375617284,
  "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-03-21T05:13:38.316Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:13:38.317Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:13:38.317Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:13:38.317Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:38.317Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:38.318Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "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-03-21T05:13:39.319Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:13:39.319Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:39.319Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:39.319Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "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-03-21T05:13:40.320Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:13:40.321Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:40.321Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:40.321Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "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-03-21T05:13:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:41.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375502590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375505237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375506239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:13:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375537503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375540613,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375541663,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375542665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T05:13:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:13:41.322Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:13:41.323Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:41.323Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:41.323Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "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-03-21T05:13:42.323Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:13:42.324Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:42.324Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:42.324Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "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-03-21T05:13:43.325Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:13:43.325Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:43.325Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:43.325Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:44.326Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:13:44.327Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:44.327Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:44.327Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:45.328Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:13:45.328Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:13:45.328Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T05:13:45.329Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:13:45.329Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T05:13:45.377Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:13:45.378Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:13:45.378Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-03-21T05:13:45.378Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:13:45.378Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-03-21T05:13:45.378Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:13:45.401Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||GET Response Status 404
2023-03-21T05:13:45.401Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3dc6aa00
2023-03-21T05:13:45.401Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:13:45.401Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T05:13:45.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:13:45.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T05:13:45.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T05:13:45.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:13:45.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:45.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:45.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375625402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:46.403Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:13:46.455Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T05:13:46.455Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T05:13:46.455Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T05:13:46.455Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:13:46.456Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:46.456Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:46.456Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375626455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:47.457Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T05:13:47.457Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T05:13:47.457Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:13:47.457Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:13:47.457Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:13:47.457Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375627456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:13:48.458Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:13:48.479Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:13:48.483Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:13:48.483Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:13:48.483Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:13:48.483Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:13:48.484Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:13:48.484Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:13:48.484Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:13:48.484Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:13:48.484Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:13:48.498Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:14:18.498Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T05:14:18.510Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T05:14:18.511Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T05:14:18.512Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T05:14:18.517Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:14:18.531Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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-03-21T05:14:18.532Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T05:14:18.539Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:14:18.689Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T05:14:18.690Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:14:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[241880], x-aai-txid=[2-aai-resources-230321-05:14:18:906-23241], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:14:18.690Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:14:18.691Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:14:18.691Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:14:18.699Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||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-03-21T05:14:18.699Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:14:18.699Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:14:18.699Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:18.699Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:18.699Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375658699,
  "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-03-21T05:14:19.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T05:14:19.732Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T05:14:19.733Z||pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:14:19.733Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:14:19.733Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:14:19.733Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:14:19.737Z||pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:14:19.738Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-524ad0d6-6618-4d0e-9cfe-d2d61ab697dd
2023-03-21T05:14:19.738Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:14:19.739Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:14:21.744Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:14:24.752Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:14:27.760Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:14:30.769Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:14:33.777Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:14:36.785Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:14:39.792Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:14:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:41.118Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:14:41.118Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:14:41.124Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:14:41.125Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-524ad0d6-6618-4d0e-9cfe-d2d61ab697dd', protocol='range'}
2023-03-21T05:14:41.130Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-524ad0d6-6618-4d0e-9cfe-d2d61ab697dd=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:14:41.145Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:14:41.146Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:14:41.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-524ad0d6-6618-4d0e-9cfe-d2d61ab697dd', protocol='range'}
2023-03-21T05:14:41.146Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:14:41.146Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:14:41.147Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:14:41.151Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:14:41.151Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:14:41.151Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:14:41.151Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:14:41.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:14:41.152Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=689, 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-03-21T05:14:41.152Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:14:41.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:14:41.152Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:14:41.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:14:41.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:14:41.152Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:14:41.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:14:41.163Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:14:41.164Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:14:41.165Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:41.165Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:41.165Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:42.165Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:14:42.166Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:42.166Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:42.166Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:42.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.168Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375573927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.169Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375583290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375585027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375586028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375617284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:14:42.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T05:14:42.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.173Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.173Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375125681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:14:42.177Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.177Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375625402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375626455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375627456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375658699,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:14:42.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:14:43.167Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:14:43.167Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:43.167Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:43.168Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:44.168Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:14:44.169Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:44.169Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:44.169Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:45.170Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:14:45.170Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:45.170Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:45.170Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:46.171Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:14:46.172Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:46.172Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:46.172Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:47.173Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:14:47.173Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:47.173Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:47.173Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:48.175Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:14:48.175Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:14:48.175Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T05:14:48.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:14:48.176Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T05:14:48.228Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:14:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:14:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:14:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:14:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:14:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:14:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:14:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@707b5409
2023-03-21T05:14:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:14:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:14:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:14:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T05:14:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T05:14:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:14:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:48.259Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375688258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:49.259Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T05:14:49.288Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:14:49.288Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:14:49.292Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T05:14:49.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T05:14:49.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:14:49.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:14:49.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:14:49.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:14:49.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@39301dd9
2023-03-21T05:14:49.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:14:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:14:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:14:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T05:14:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T05:14:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:14:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:14:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:14:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375689308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:14:50.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T05:14:50.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:14:50.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:14:50.347Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:14:50.347Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:15:20.347Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:15:20.374Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:15:20.378Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:15:20.378Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:15:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:15:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:15:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:15:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:15:50.379Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:15:50.399Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:15:50.403Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:15:50.403Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:16:20.403Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:16:20.428Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:16:20.432Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:16:20.432Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:16:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:16:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:16:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:16:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:16:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:16:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:16:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375688258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375689308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:16:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:16:50.433Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:16:50.470Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:16:50.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:16:50.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:17:20.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:17:20.495Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:17:20.498Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:17:20.499Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:17:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:17:50.499Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:17:50.520Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:17:50.526Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:17:50.526Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:18:20.526Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:18:20.542Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:18:20.547Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:18:20.547Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:18:41.101Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:18:50.547Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:18:50.565Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:18:50.568Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:18:50.569Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:19:20.569Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:19:20.589Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:19:20.594Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:19:20.594Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:19:41.103Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:19:41.174Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:19:41.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-524ad0d6-6618-4d0e-9cfe-d2d61ab697dd sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T05:19:41.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T05:19:41.175Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T05:19:41.673Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:19:41.689Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:19:41.690Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:19:41.696Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:19:41.697Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:19:41.714Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:19:41.715Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:19:41.715Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:19:41.720Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:19:41.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:19:41.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:19:41.721Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=722, 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-03-21T05:19:41.722Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:19:41.722Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:19:50.594Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T05:19:50.595Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T05:19:50.604Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T05:19:50.604Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T05:19:50.605Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T05:19:50.612Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:19:50.627Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T05:19:50.628Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T05:19:50.635Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T05:19:50.774Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T05:19:50.775Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:19:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[368840], x-aai-txid=[2-aai-resources-230321-05:19:51:002-65917], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:19:50.775Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:19:50.775Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:19:50.775Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:19:50.784Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:19:50.784Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T05:19:50.784Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T05:19:50.784Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:19:50.784Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:19:50.784Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375990784,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:19:50.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:19:50.803Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375990784,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T05:19:50.803Z||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-03-21T05:19:51.818Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:19:51.818Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:19:51.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:19:51.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:19:51.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:19:51.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:19:52.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:19:52.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:19:52.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:19:52.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:19:53.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:19:53.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:19:53.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:19:53.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:19:54.826Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:19:54.826Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:19:54.826Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:19:54.826Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:19:55.827Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:19:55.828Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:19:55.828Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:19:55.828Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:19:56.829Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:19:56.830Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:19:56.830Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:19:56.830Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:19:57.831Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:19:57.831Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:19:57.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:19:57.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:19:58.834Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:19:58.834Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:19:58.835Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T05:19:58.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:19:58.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T05:19:58.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:19:58.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:19:58.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:19:58.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:19:58.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:19:58.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:19:59.168Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:19:59.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T05:19:59.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:19:59.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:19:59.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:19:59.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:19:59.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:19:59.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375999173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:00.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:20:00.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:20:00.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:00.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T05:20:00.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:00.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:00.290Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17666236990274843408/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-21T05:20:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:20:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T05:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T05:20:01.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T05:20:01.836Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:20:01.836Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T05:20:01.836Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:20:01.836Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:01.836Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:01.836Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376001836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:02.838Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:20:02.838Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T05:20:02.838Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:20:02.838Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:02.838Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:02.838Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376002837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:03.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:20:03.864Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:20:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:20:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:20:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:20:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:20:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:20:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:20:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:20:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:20:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:20:03.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:20:33.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T05:20:33.893Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T05:20:33.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T05:20:33.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T05:20:33.902Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:20:33.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T05:20:33.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50f6bd2f-44e2-4a6a-baa8-cb04e00ca2eb], X-ECOMP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-TransactionId=[], X-ONAP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], Content-Type=[application/merge-patch+json]}
2023-03-21T05:20:33.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:20:34.083Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:20:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[143368], x-aai-txid=[0-aai-resources-230321-05:20:34:293-123], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:20:34.083Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:20:34.083Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T05:20:34.084Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:20:34.084Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:20:34.092Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:20:34.092Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:20:34.092Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:20:34.092Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:34.092Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:34.092Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376034092,
  "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-03-21T05:20:35.122Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:20:35.122Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:20:35.123Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:20:35.123Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:35.123Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:35.123Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:36.125Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:20:36.125Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:36.126Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:36.126Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:37.127Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:20:37.127Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:37.128Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:37.128Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:38.129Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:20:38.129Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:38.129Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:38.130Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:39.131Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:20:39.132Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:39.132Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:39.132Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:40.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:20:40.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:40.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:40.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:20:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:20:41.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375999173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376001836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376002837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.109Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376034092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:20:41.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.111Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:20:41.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.111Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:20:41.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:20:41.111Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:20:41.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:20:41.135Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:20:41.135Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:41.135Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:41.135Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:42.137Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:20:42.137Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:20:42.137Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T05:20:42.137Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:20:42.137Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T05:20:42.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:20:42.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:20:42.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:20:42.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:42.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:20:42.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:42.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:20:42.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T05:20:42.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:20:42.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:42.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:20:42.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:42.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:42.481Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376042480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:43.481Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:20:43.482Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:20:43.482Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:43.483Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T05:20:43.483Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:43.483Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:43.595Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10823973404807910488/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T05:20:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:20:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:20:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:20:45.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:45.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:20:45.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T05:20:45.109Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T05:20:45.109Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:20:45.110Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T05:20:45.110Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:20:45.110Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:45.110Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:45.111Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376045109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:46.112Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:20:46.112Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T05:20:46.112Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:20:46.112Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:20:46.112Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:20:46.113Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376046112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:20:47.114Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:20:47.140Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:20:47.145Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:20:47.145Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:20:47.145Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:20:47.145Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:20:47.145Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:20:47.146Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:20:47.146Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:20:47.146Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:20:47.146Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:20:47.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:21:17.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T05:21:17.169Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T05:21:17.170Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T05:21:17.170Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T05:21:17.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:21:17.199Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T05:21:17.199Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c224fd2f-7a1d-4fde-8a29-8d94cbd0b27c], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T05:21:17.206Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:21:17.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:21:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[217112], x-aai-txid=[1-aai-resources-230321-05:21:17:572-91791], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:21:17.345Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:21:17.345Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T05:21:17.346Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:21:17.346Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:21:17.354Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:21:17.354Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:21:17.354Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:21:17.354Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:17.354Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:17.355Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376077354,
  "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-03-21T05:21:18.383Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:21:18.383Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:21:18.383Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:21:18.383Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:18.384Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:18.384Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:19.384Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:21:19.385Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:19.385Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:19.385Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:20.386Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:21:20.386Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:21:20.386Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T05:21:20.386Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T05:21:20.386Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T05:21:20.433Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:21:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:21:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:21:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T05:21:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:21:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:21:20.461Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:21:20.461Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@636eb7bc
2023-03-21T05:21:20.461Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:21:20.462Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T05:21:20.462Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:21:20.462Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:21:20.462Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T05:21:20.462Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:21:20.463Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:20.463Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:20.463Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376080462,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:21.464Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:21:21.510Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T05:21:21.510Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:21:21.510Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T05:21:21.510Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:21:21.510Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:21.511Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:21.511Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376081510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:22.512Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:21:22.512Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T05:21:22.512Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:21:22.513Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:22.513Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:22.513Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376082512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:23.514Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:21:23.535Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:21:23.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:21:23.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:21:23.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:21:23.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:21:23.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:21:23.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:21:23.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:21:23.539Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:21:23.540Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:21:23.551Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:21:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:41.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:21:41.101Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:21:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:21:53.551Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T05:21:53.561Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T05:21:53.562Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T05:21:53.562Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T05:21:53.567Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:21:53.583Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T05:21:53.584Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a655eb4d-5919-46e9-a0bd-b53e5783c082], X-ECOMP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-TransactionId=[], X-ONAP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], Content-Type=[application/merge-patch+json]}
2023-03-21T05:21:53.592Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:21:53.731Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:21:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[606376], x-aai-txid=[1-aai-resources-230321-05:21:53:959-39899], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:21:53.732Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:21:53.732Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T05:21:53.733Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:21:53.733Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:21:53.742Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:21:53.742Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:21:53.742Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:21:53.743Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:53.743Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:53.743Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376113742,
  "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-03-21T05:21:54.770Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:21:54.771Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:21:54.771Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:21:54.772Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:54.772Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:54.772Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:55.772Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:21:55.773Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:55.773Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:55.773Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:56.774Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:21:56.774Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:56.775Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:56.775Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:57.775Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:21:57.776Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:57.776Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:57.776Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:58.777Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:21:58.777Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:58.777Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:58.777Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:21:59.778Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:21:59.779Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:21:59.779Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:21:59.779Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:00.780Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:22:00.781Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:00.781Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:00.781Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:01.782Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:22:01.782Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:01.782Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:01.782Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:02.783Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:22:02.784Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:22:02.784Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T05:22:02.784Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:22:02.784Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T05:22:02.834Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:22:02.834Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:22:02.834Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:22:02.835Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:02.835Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:22:02.835Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:03.117Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:22:03.119Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T05:22:03.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:22:03.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:03.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:22:03.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:03.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:03.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376123120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:04.121Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:22:04.122Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:22:04.122Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.123Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.123Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.123Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.194Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13441100655572999449/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T05:22:04.742Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:22:04.743Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:22:04.744Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T05:22:04.799Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T05:22:04.799Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:22:04.799Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T05:22:04.799Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:22:04.799Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:04.800Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:04.800Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376124799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:05.800Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:22:05.801Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T05:22:05.801Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:22:05.801Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:05.801Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:05.801Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376125800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:06.802Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:22:06.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:22:06.831Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:22:06.831Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:22:06.831Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:22:06.831Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:22:06.831Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:22:06.831Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:22:06.831Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:22:06.831Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:22:06.831Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:22:06.846Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:22:36.846Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T05:22:36.858Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T05:22:36.859Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T05:22:36.859Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T05:22:36.865Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:22:36.881Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T05:22:36.881Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6afdf2ca-a7c1-42a4-b515-cec2d31524c8], X-ECOMP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-TransactionId=[], X-ONAP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], Content-Type=[application/merge-patch+json]}
2023-03-21T05:22:36.889Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:22:37.032Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:22:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[196760], x-aai-txid=[0-aai-resources-230321-05:22:37:257-71683], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:22:37.032Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:22:37.033Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T05:22:37.033Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:22:37.033Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:22:37.040Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:22:37.040Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:22:37.040Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:22:37.040Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:37.040Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:37.040Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376157040,
  "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-03-21T05:22:38.068Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:22:38.069Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:22:38.069Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:22:38.070Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:38.070Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:38.070Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "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-03-21T05:22:39.070Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:22:39.071Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:39.071Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:39.071Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "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-03-21T05:22:40.071Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:22:40.072Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:40.072Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:40.072Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "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-03-21T05:22:41.073Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:22:41.073Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:41.073Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:41.073Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "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-03-21T05:22:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:22:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376042480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:22:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:22:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:22:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376045109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T05:22:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376046112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376077354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:22:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:22:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:22:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376080462,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:22:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:22:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:22:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376081510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T05:22:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:22:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:22:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376082512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T05:22:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:22:42.074Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:22:42.074Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:42.075Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:42.075Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "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-03-21T05:22:43.076Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:22:43.076Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:43.076Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:43.077Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:44.077Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:22:44.078Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:44.078Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:44.078Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:45.079Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:22:45.080Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:22:45.080Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T05:22:45.080Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:22:45.080Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T05:22:45.125Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:22:45.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:22:45.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:22:45.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:22:45.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:22:45.126Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:22:45.147Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:22:45.147Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5edd7fbf
2023-03-21T05:22:45.148Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:22:45.148Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T05:22:45.149Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:22:45.149Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T05:22:45.149Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T05:22:45.149Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:22:45.149Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:45.150Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:45.150Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376165149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:46.151Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:22:46.199Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T05:22:46.200Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:22:46.200Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T05:22:46.200Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:22:46.200Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:46.201Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:46.201Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376166200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:47.201Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:22:47.202Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T05:22:47.202Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:22:47.202Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:22:47.202Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:22:47.202Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376167201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:22:48.203Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:22:48.227Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:22:48.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:22:48.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:22:48.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:22:48.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:22:48.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:22:48.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:22:48.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:22:48.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:22:48.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:22:48.246Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:23:18.247Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T05:23:18.260Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T05:23:18.261Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T05:23:18.261Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T05:23:18.267Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:23:18.284Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T05:23:18.284Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fad11cb3-51ec-4a43-96d3-f46ce86cc159], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T05:23:18.292Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:23:18.437Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:23:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[241880], x-aai-txid=[1-aai-resources-230321-05:23:18:659-24505], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:23:18.437Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:23:18.438Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T05:23:18.438Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:23:18.438Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:23:18.446Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:23:18.446Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:23:18.446Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:23:18.446Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:18.446Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:18.446Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376198446,
  "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-03-21T05:23:19.475Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:23:19.475Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:23:19.476Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:23:19.476Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:19.476Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:19.476Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:20.477Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:23:20.477Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:20.477Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:20.477Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:21.478Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:23:21.478Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:21.479Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:21.479Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:22.479Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:23:22.480Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:22.480Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:22.480Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:23.481Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:23:23.481Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:23.481Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:23.482Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:24.482Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:23:24.483Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:24.483Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:24.483Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:25.484Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:23:25.484Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:25.484Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:25.484Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:26.485Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:23:26.485Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:26.485Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:26.485Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:27.486Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:23:27.486Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:23:27.487Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T05:23:27.487Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:23:27.487Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T05:23:27.547Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:23:27.547Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:23:27.547Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:23:27.547Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:27.547Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:23:27.548Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:27.832Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:23:27.835Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T05:23:27.835Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:23:27.835Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:27.835Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:23:27.836Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:27.836Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:27.836Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376207835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:28.837Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:23:28.837Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:23:28.837Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:28.838Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:28.838Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:28.838Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:28.949Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16645582695783888715/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:29.472Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:23:29.473Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:23:29.474Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:23:29.474Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T05:23:29.491Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 04a7d406-8879-4156-8e2e-b97a425ac247
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:23:29.495Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||pNF d49292c2-34e5 0
2023-03-21T05:23:29.495Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 04a7d406-8879-4156-8e2e-b97a425ac247
2023-03-21T05:23:29.496Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T05:23:29.496Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T05:23:29.496Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d49292c2-34e5 0 04a7d406-8879-4156-8e2e-b97a425ac247 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-03-21T05:23:29.509Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@191c679a, org.onap.sdc.toscaparser.api.parameters.Input@2cc0460a, org.onap.sdc.toscaparser.api.parameters.Input@15572ba3, org.onap.sdc.toscaparser.api.parameters.Input@7db0c092, org.onap.sdc.toscaparser.api.parameters.Input@76a4809]
2023-03-21T05:23:29.509Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:23:29.510Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:23:29.510Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838: pNF d49292c2-34e5
2023-03-21T05:23:29.510Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Processing PNF resource: 04a7d406-8879-4156-8e2e-b97a425ac247
2023-03-21T05:23:29.510Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:23:29.510Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:23:29.511Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Resource customization UUID: 4003764a-36c2-4952-a4e5-49b6639191cc is the same as notified resource customizationUUID: 4003764a-36c2-4952-a4e5-49b6639191cc
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-03-21T05:23:29.617Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d49292c2-34e5 04a7d406-8879-4156-8e2e-b97a425ac247 0 ASDC deployResourceStructure
2023-03-21T05:23:29.617Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:23:29.617Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:23:29.617Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:23:29.618Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:23:29.618Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:23:29.618Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376209617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:30.619Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:23:30.644Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:23:30.648Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:23:30.649Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:23:30.649Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:23:30.649Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:23:30.649Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:23:30.649Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:23:30.649Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:23:30.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:23:30.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:23:30.665Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:23:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:23:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376113742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:23:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:23:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376123120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376124799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376125800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T05:23:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376157040,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.106Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:23:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:23:41.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:23:41.107Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:23:41.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:00.666Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T05:24:00.674Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T05:24:00.674Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T05:24:00.675Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T05:24:00.681Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:24:00.697Z|bf6d449f-7700-4617-8a46-d08a1416b239|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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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-03-21T05:24:00.698Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T05:24:00.705Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:24:00.900Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T05:24:00.900Z|bf6d449f-7700-4617-8a46-d08a1416b239|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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:24:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[191], vertex-id=[262360], x-aai-txid=[2-aai-resources-230321-05:24:01:069-73921], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:24:00.900Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:24:00.901Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:24:00.901Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:24:00.908Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:24:00.908Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:24:00.908Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:24:00.909Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:00.909Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:00.909Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376240908,
  "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-03-21T05:24:01.942Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T05:24:01.942Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T05:24:01.943Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 2 disconnected.
2023-03-21T05:24:01.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:24:01.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:24:01.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:24:01.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:24:01.947Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:24:01.948Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-c20d21f9-e01f-45c4-828d-4ea5c25ddb1c
2023-03-21T05:24:01.949Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:24:01.949Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:24:03.543Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:06.551Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:09.566Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:12.573Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:15.584Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:18.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:21.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:24.610Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:27.619Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:30.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:33.635Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:36.644Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:39.653Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:24:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:41.117Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:24:41.117Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:24:41.125Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-c20d21f9-e01f-45c4-828d-4ea5c25ddb1c', protocol='range'}
2023-03-21T05:24:41.125Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:24:41.131Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-c20d21f9-e01f-45c4-828d-4ea5c25ddb1c=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:24:41.147Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-c20d21f9-e01f-45c4-828d-4ea5c25ddb1c', protocol='range'}
2023-03-21T05:24:41.147Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:24:41.148Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:24:41.148Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:24:41.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:24:41.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:24:41.153Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:24:41.153Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:24:41.153Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:24:41.153Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:24:41.153Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:24:41.153Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:24:41.154Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:24:41.154Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=767, 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-03-21T05:24:41.154Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:24:41.154Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:24:41.154Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:24:41.154Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:24:41.176Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:24:41.177Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:24:41.177Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:24:41.177Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:41.178Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:41.178Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:42.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T05:24:42.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:24:42.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376165149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376166200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376167201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376151022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376182751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376169581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376179889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376151022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376182751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376179889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376169581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376151022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376182751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376179889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376169581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.178Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.178Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.178Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376151022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.178Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:42.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376182751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376169581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376179889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376192995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376151022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376182751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376169581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376179889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376192995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376151022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376182751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376169581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376179889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376192995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376151022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376182751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376169581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376179889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376192995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376151022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376182751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376169581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376179889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376192995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376192995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376197778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376198068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376198446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376192995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376198779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376192995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376199780,
  "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-03-21T05:24:42.231Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8c655de-05e4-4fde-b51d-031ffbf3fd8e
2023-03-21T05:24:42.232Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T05:24:42.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.259Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.260Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376201122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:24:42.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.260Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.260Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.261Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.261Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376204614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:24:42.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.261Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.262Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376205617,
  "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-03-21T05:24:42.276Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8c655de-05e4-4fde-b51d-031ffbf3fd8e
2023-03-21T05:24:42.276Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T05:24:42.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.298Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.298Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679375659732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:24:42.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376207835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:24:42.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376209617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:24:42.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376210131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.300Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376210131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.300Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376210131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.300Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376210131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376210131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376210131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376210131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376210131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376219001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376220781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:24:42.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.303Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376221784,
  "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-03-21T05:24:42.314Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8c655de-05e4-4fde-b51d-031ffbf3fd8e
2023-03-21T05:24:42.315Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T05:24:42.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.346Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376240908,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:24:42.346Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:42.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:24:42.346Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:24:42.346Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:24:43.179Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:24:43.179Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:43.180Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:43.180Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:44.180Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:24:44.181Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:44.181Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:44.181Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:45.181Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:24:45.182Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:45.182Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:45.182Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:46.183Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:24:46.183Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:46.183Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:46.183Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:47.184Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:24:47.184Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:47.185Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:47.185Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:48.186Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:24:48.186Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:24:48.186Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T05:24:48.187Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:24:48.187Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T05:24:48.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:24:48.240Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:24:48.240Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:24:48.240Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:24:48.240Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:24:48.241Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:24:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:24:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31c9ed4f
2023-03-21T05:24:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:24:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:24:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:24:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T05:24:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T05:24:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:24:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376288265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:49.267Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T05:24:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:24:49.285Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:24:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T05:24:49.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T05:24:49.291Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:24:49.291Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:24:49.291Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:24:49.304Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:24:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@625385be
2023-03-21T05:24:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:24:49.305Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:24:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:24:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T05:24:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T05:24:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:24:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:24:49.306Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:24:49.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376289306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:24:50.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T05:24:50.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:24:50.379Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:24:50.383Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:24:50.384Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:25:20.384Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:25:20.409Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:25:20.414Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:25:20.414Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:25:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:25:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:25:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:25:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:25:50.414Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:25:50.440Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:25:50.445Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:25:50.445Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:26:20.445Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:26:20.470Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:26:20.476Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:26:20.476Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:26:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:26:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:26:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T05:26:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376288265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376289306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:26:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:26:50.477Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:26:50.500Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:26:50.505Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:26:50.505Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:27:20.506Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:27:20.525Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:27:20.528Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:27:20.529Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:27:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:27:50.529Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:27:50.562Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:27:50.564Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:27:50.564Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:28:20.565Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:28:20.584Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:28:20.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:28:20.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:28:41.101Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:28:50.589Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:28:50.611Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:28:50.616Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:28:50.616Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:29:20.616Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:29:20.641Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:29:20.646Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:29:20.646Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:29:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:29:41.263Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:29:41.263Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-c20d21f9-e01f-45c4-828d-4ea5c25ddb1c sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T05:29:41.263Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T05:29:41.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T05:29:41.668Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:29:41.681Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:29:41.682Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:29:41.688Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:29:41.689Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:29:41.703Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:29:41.703Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:29:41.704Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:29:41.708Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:29:41.709Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:29:41.709Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:29:41.709Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=852, 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-03-21T05:29:41.709Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:29:41.710Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:29:50.647Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T05:29:50.647Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T05:29:50.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T05:29:50.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T05:29:50.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T05:29:50.662Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:29:50.683Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T05:29:50.684Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T05:29:50.690Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T05:29:50.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T05:29:50.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:29:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[368840], x-aai-txid=[0-aai-resources-230321-05:29:51:057-16446], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:29:50.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:29:50.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:29:50.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:29:50.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:29:50.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T05:29:50.843Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T05:29:50.843Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:29:50.843Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:29:50.843Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376590842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:29:50.861Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:29:50.861Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376590842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T05:29:50.862Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:29:51.878Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:29:51.878Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:29:51.879Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:29:51.879Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:29:51.879Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:29:51.880Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:29:52.881Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:29:52.881Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:29:52.881Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:29:52.881Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:29:53.882Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:29:53.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:29:53.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:29:53.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:29:54.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:29:54.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:29:54.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:29:54.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:29:55.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:29:55.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:29:55.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:29:55.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:29:56.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:29:56.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:29:56.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:29:56.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:29:57.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:29:57.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:29:57.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:29:57.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:29:58.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:29:58.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:29:58.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T05:29:58.890Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:29:58.890Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T05:29:58.937Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:29:58.938Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:29:58.938Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:29:58.938Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:29:58.938Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:29:58.939Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:29:59.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:29:59.250Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T05:29:59.250Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:29:59.250Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:29:59.251Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:29:59.251Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:29:59.251Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:29:59.251Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376599250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:00.252Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:30:00.252Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:30:00.252Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:00.253Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T05:30:00.253Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:00.253Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:00.360Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15967435098998884999/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-21T05:30:01.915Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:30:01.915Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:30:01.915Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:30:01.916Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:30:01.917Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:30:01.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:30:01.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:30:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:30:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:30:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T05:30:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:30:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:30:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:30:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T05:30:01.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:01.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:01.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:01.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:01.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:01.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T05:30:01.970Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T05:30:01.970Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:30:01.970Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T05:30:01.970Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:30:01.970Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:01.970Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:01.970Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376601970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:02.971Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:30:02.971Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T05:30:02.971Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:30:02.971Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:02.971Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:02.971Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376602971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:03.972Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:30:04.001Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:30:04.006Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:30:04.006Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:30:04.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:30:04.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:30:04.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:30:04.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:30:04.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:30:04.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:30:04.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:30:04.023Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:30:34.023Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T05:30:34.035Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T05:30:34.035Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T05:30:34.035Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T05:30:34.043Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:30:34.058Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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-03-21T05:30:34.059Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T05:30:34.065Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:30:34.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T05:30:34.219Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:30:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[143368], x-aai-txid=[0-aai-resources-230321-05:30:34:432-51163], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:30:34.219Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:30:34.219Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:30:34.219Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:30:34.226Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:30:34.227Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:30:34.227Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:30:34.227Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:34.227Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:34.227Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376634227,
  "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-03-21T05:30:35.257Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:30:35.258Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:30:35.258Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:30:35.259Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:35.259Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:35.259Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:36.260Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:30:36.260Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:36.260Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:36.261Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:37.261Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:30:37.262Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:37.262Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:37.262Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:38.263Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:30:38.263Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:38.263Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:38.263Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:39.265Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:30:39.265Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:39.265Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:39.266Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:40.267Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:30:40.267Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:40.268Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:40.268Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:41.100Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376599250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376601970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376602971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376634227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:30:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:30:41.269Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:30:41.269Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:41.270Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:41.270Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:42.271Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:30:42.271Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:30:42.271Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T05:30:42.272Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:30:42.272Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T05:30:42.311Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:30:42.312Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:30:42.312Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:30:42.312Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:42.312Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:30:42.312Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:42.921Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:30:42.925Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T05:30:42.925Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:30:42.925Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:42.926Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:30:42.926Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:42.926Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:42.926Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376642925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:43.927Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:30:43.927Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:30:43.928Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:43.928Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T05:30:43.929Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:43.930Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:44.040Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6534389060586126669/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-21T05:30:45.473Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:30:45.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:30:45.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:45.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:30:45.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:30:45.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T05:30:45.521Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T05:30:45.521Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:30:45.521Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T05:30:45.521Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:30:45.521Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:45.522Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:45.522Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376645521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:46.523Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:30:46.523Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T05:30:46.523Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:30:46.524Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:30:46.524Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:30:46.524Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376646523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:30:47.525Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:30:47.548Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:30:47.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:30:47.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:30:47.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:30:47.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:30:47.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:30:47.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:30:47.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:30:47.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:30:47.553Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:30:47.564Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:31:17.565Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T05:31:17.576Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T05:31:17.576Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T05:31:17.576Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T05:31:17.579Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:31:17.594Z|b230f929-60f4-491e-917f-20389db9f6a3|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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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-03-21T05:31:17.595Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T05:31:17.603Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:31:17.737Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T05:31:17.737Z|b230f929-60f4-491e-917f-20389db9f6a3|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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:31:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[217112], x-aai-txid=[1-aai-resources-230321-05:31:17:969-11621], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:31:17.738Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:31:17.738Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:31:17.738Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:31:17.746Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:31:17.746Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:31:17.746Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:31:17.746Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:17.746Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:17.746Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376677746,
  "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-03-21T05:31:18.773Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:31:18.773Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:31:18.773Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:31:18.774Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:18.774Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:18.774Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:19.775Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:31:19.775Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:19.775Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:19.775Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:20.776Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:31:20.776Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:31:20.776Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T05:31:20.777Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T05:31:20.777Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T05:31:20.817Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:31:20.817Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:31:20.818Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:31:20.818Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T05:31:20.818Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:31:20.818Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:31:20.843Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:31:20.843Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@57495873
2023-03-21T05:31:20.843Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:31:20.843Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T05:31:20.843Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:31:20.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:31:20.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T05:31:20.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:31:20.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:20.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:20.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376680844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:21.845Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:31:21.894Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T05:31:21.894Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:31:21.894Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T05:31:21.894Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:31:21.895Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:21.895Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:21.895Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376681894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:22.895Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:31:22.896Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T05:31:22.896Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:31:22.896Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:22.896Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:22.896Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376682895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:23.897Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:31:23.921Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:31:23.926Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:31:23.926Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:31:23.926Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:31:23.926Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:31:23.926Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:31:23.926Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:31:23.926Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:31:23.926Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:31:23.927Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:31:23.940Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:31:41.100Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:31:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:31:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:31:53.941Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T05:31:53.953Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T05:31:53.953Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T05:31:53.954Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T05:31:53.959Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:31:53.973Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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-03-21T05:31:53.974Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T05:31:53.981Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:31:54.135Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T05:31:54.136Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:31:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[606376], x-aai-txid=[0-aai-resources-230321-05:31:54:347-13862], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:31:54.136Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:31:54.136Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:31:54.136Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:31:54.143Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:31:54.143Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:31:54.143Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:31:54.144Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:54.144Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:54.144Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376714143,
  "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-03-21T05:31:55.184Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:31:55.184Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:31:55.185Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:31:55.185Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:55.185Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:55.185Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:56.186Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:31:56.187Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:56.187Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:56.187Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:57.188Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:31:57.188Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:57.189Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:57.189Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:58.190Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:31:58.190Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:58.190Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:58.190Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:31:59.191Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:31:59.192Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:31:59.192Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:31:59.192Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:00.193Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:00.193Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:00.193Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:00.194Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:01.195Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:01.195Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:01.195Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:01.195Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:02.196Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:02.196Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:02.197Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:02.197Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:03.198Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:32:03.198Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:32:03.198Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T05:32:03.198Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:32:03.198Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T05:32:03.245Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:32:03.246Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:32:03.246Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:32:03.246Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:03.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:32:03.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:03.498Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:32:03.502Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T05:32:03.502Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:32:03.502Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:03.503Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:32:03.503Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:03.503Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:03.503Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376723502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:04.504Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:32:04.505Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:32:04.505Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:04.506Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:04.506Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:04.507Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:04.584Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8644409268700072614/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T05:32:05.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:32:05.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:32:05.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:05.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:32:05.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:05.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:32:05.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:32:05.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:32:05.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:32:05.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:32:05.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:32:05.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:32:05.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:32:05.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:32:05.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:32:05.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T05:32:05.200Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T05:32:05.201Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:32:05.201Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T05:32:05.201Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:32:05.202Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:05.202Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:05.202Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376725201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:06.203Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:32:06.203Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T05:32:06.203Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:32:06.204Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:06.204Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:06.204Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376726203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:07.205Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:32:07.230Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:32:07.234Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:32:07.234Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:32:07.234Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:32:07.235Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:32:07.235Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:32:07.235Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:32:07.235Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:32:07.235Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:32:07.235Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:32:07.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:32:37.248Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T05:32:37.259Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T05:32:37.259Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T05:32:37.260Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T05:32:37.265Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:32:37.280Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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-03-21T05:32:37.280Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T05:32:37.287Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:32:37.442Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T05:32:37.442Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:32:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[196760], x-aai-txid=[1-aai-resources-230321-05:32:37:654-50047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:32:37.443Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:32:37.444Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:32:37.444Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:32:37.452Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:32:37.452Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:32:37.453Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:32:37.453Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:37.453Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:37.453Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376757453,
  "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-03-21T05:32:38.483Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:32:38.483Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:32:38.483Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:38.483Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:38.483Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:38.484Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "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-03-21T05:32:39.484Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:39.485Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:39.485Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:39.485Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "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-03-21T05:32:40.486Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:40.486Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:40.486Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:40.487Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "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-03-21T05:32:41.100Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:32:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376642925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:32:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:32:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:32:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376645521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T05:32:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376646523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376677746,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:32:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:32:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:32:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376680844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:32:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:32:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:32:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376681894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T05:32:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:32:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:32:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376682895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T05:32:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:32:41.487Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:41.488Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:41.488Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:41.488Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "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-03-21T05:32:42.489Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:42.489Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:42.489Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:42.490Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "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-03-21T05:32:43.490Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:43.491Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:43.491Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:43.491Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:44.492Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:32:44.492Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:44.492Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:44.493Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:45.493Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:32:45.493Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:32:45.494Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T05:32:45.494Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:32:45.494Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T05:32:45.538Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:32:45.539Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:32:45.539Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:32:45.539Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:32:45.539Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:32:45.539Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:32:45.556Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:32:45.556Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@40d3da43
2023-03-21T05:32:45.556Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:32:45.556Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T05:32:45.556Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:32:45.557Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T05:32:45.557Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T05:32:45.557Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:32:45.557Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:45.557Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:45.557Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376765556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:46.558Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:32:46.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T05:32:46.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:32:46.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T05:32:46.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:32:46.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:46.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:46.604Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376766603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:47.604Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:32:47.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T05:32:47.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:32:47.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:32:47.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:32:47.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376767604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:32:48.606Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:32:48.634Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:32:48.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:32:48.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:32:48.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:32:48.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:32:48.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:32:48.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:32:48.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:32:48.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:32:48.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:32:48.653Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:33:18.653Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T05:33:18.665Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T05:33:18.665Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T05:33:18.666Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T05:33:18.670Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:33:18.687Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T05:33:18.687Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77e58598-4dca-42e2-9422-b5cf1e317a84], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T05:33:18.694Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:33:18.840Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:33:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[241880], x-aai-txid=[0-aai-resources-230321-05:33:19:058-45572], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:33:18.841Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:33:18.841Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T05:33:18.841Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:33:18.841Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:33:18.849Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:33:18.849Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:33:18.849Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:33:18.849Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:18.849Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:18.849Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376798849,
  "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-03-21T05:33:19.878Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:33:19.878Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:33:19.878Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:33:19.878Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:19.879Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:19.879Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:20.880Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:33:20.880Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:20.880Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:20.880Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:21.881Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:33:21.881Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:21.882Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:21.882Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:22.882Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:33:22.883Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:22.883Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:22.883Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:23.883Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:33:23.884Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:23.884Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:23.884Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:24.884Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:33:24.885Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:24.885Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:24.885Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:25.886Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:33:25.886Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:25.887Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:25.887Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:26.887Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:33:26.888Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:26.888Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:26.888Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:27.888Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:33:27.889Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:33:27.890Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T05:33:27.890Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:33:27.890Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T05:33:27.931Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:33:27.931Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:33:27.931Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:33:27.931Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:27.931Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:33:27.932Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:28.229Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:33:28.230Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T05:33:28.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:33:28.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:28.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:33:28.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:28.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:28.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376808231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:29.232Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:33:29.233Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:33:29.233Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.233Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.234Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.234Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.310Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17663547767119905747/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T05:33:29.938Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:33:29.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:33:29.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:33:29.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:33:29.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T05:33:29.985Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T05:33:29.985Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:33:29.986Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T05:33:29.986Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:33:29.986Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:29.986Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:29.986Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376809985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:30.987Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:33:30.987Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T05:33:30.987Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:33:30.987Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:33:30.987Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:33:30.987Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376810987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:31.988Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:33:32.016Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:33:32.021Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:33:32.021Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:33:32.021Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:33:32.021Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:33:32.021Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:33:32.022Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:33:32.022Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:33:32.022Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:33:32.022Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:33:32.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:33:41.100Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:33:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376714143,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:33:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:33:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:33:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376723502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:33:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376725201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T05:33:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376726203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376757453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:33:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:33:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:33:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:33:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:02.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T05:34:02.050Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T05:34:02.050Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T05:34:02.051Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T05:34:02.057Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:34:02.074Z|bf6d449f-7700-4617-8a46-d08a1416b239|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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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-03-21T05:34:02.074Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T05:34:02.083Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:34:02.230Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T05:34:02.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:34:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[262360], x-aai-txid=[2-aai-resources-230321-05:34:02:449-82647], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:34:02.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:34:02.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:34:02.231Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:34:02.244Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:34:02.244Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:34:02.245Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:34:02.245Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:02.245Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:02.245Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376842245,
  "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-03-21T05:34:03.280Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:34:03.281Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:34:03.281Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:34:03.281Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:03.281Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:03.281Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:04.282Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:34:04.282Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:04.282Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:04.282Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:05.283Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:34:05.283Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:05.283Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:05.284Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:06.284Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:34:06.285Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:06.285Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:06.285Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:07.286Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:34:07.287Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:07.287Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:07.287Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:08.288Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:34:08.289Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:08.289Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:08.289Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:09.290Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:34:09.290Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:09.290Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:09.290Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:10.291Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:34:10.291Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:10.291Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:10.292Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:11.292Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:34:11.293Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:34:11.293Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T05:34:11.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:34:11.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T05:34:11.353Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:34:11.354Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:34:11.354Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:34:11.354Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:11.354Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:34:11.354Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:11.598Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:34:11.600Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T05:34:11.601Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T05:34:11.601Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:11.601Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:34:11.601Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:11.601Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:11.601Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376851601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:12.602Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:34:12.603Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:34:12.603Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:12.604Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:12.604Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:12.604Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:12.743Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3677555866700362463/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T05:34:13.260Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:34:13.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:34:13.262Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T05:34:13.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:34:13.282Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||pNF 319c6e4d-4d48 0
2023-03-21T05:34:13.282Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa
2023-03-21T05:34:13.283Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T05:34:13.283Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T05:34:13.283Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 319c6e4d-4d48 0 16d2f119-0d36-46c9-a676-eb540585f8aa 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-03-21T05:34:13.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f3b9583, org.onap.sdc.toscaparser.api.parameters.Input@4ada492c, org.onap.sdc.toscaparser.api.parameters.Input@6a3304ac, org.onap.sdc.toscaparser.api.parameters.Input@d9281ee, org.onap.sdc.toscaparser.api.parameters.Input@1e969a52]
2023-03-21T05:34:13.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:34:13.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:34:13.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a: pNF 319c6e4d-4d48
2023-03-21T05:34:13.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Processing PNF resource: 16d2f119-0d36-46c9-a676-eb540585f8aa
2023-03-21T05:34:13.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:34:13.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:34:13.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Resource customization UUID: 86cfa1cc-3148-443f-b58b-b92ae8534c1a is the same as notified resource customizationUUID: 86cfa1cc-3148-443f-b58b-b92ae8534c1a
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-03-21T05:34:13.370Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 319c6e4d-4d48 16d2f119-0d36-46c9-a676-eb540585f8aa 0 ASDC deployResourceStructure
2023-03-21T05:34:13.371Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T05:34:13.371Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:34:13.371Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:34:13.371Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:13.371Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:13.371Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376853371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:14.372Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:34:14.398Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:34:14.402Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:34:14.402Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:34:14.402Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:34:14.402Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:34:14.402Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:34:14.402Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:34:14.402Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:34:14.402Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:34:14.403Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T05:34:14.417Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:34:41.100Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:34:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.102Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:34:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T05:34:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:34:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.103Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376765556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376766603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376767604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.104Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376798849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:34:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:34:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:34:41.105Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.106Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376808231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376809985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T05:34:41.107Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-21T05:34:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376810987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T05:34:41.108Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:34:44.417Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T05:34:44.429Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T05:34:44.429Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T05:34:44.430Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T05:34:44.438Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:34:44.451Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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-03-21T05:34:44.452Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T05:34:44.459Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:34:44.597Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T05:34:44.598Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:34:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[274648], x-aai-txid=[0-aai-resources-230321-05:34:44:826-86482], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:34:44.598Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:34:44.598Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:34:44.598Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T05:34:44.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T05:34:44.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:34:44.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:34:44.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:34:44.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:34:44.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376884606,
  "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-03-21T05:34:45.634Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T05:34:45.635Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T05:34:45.636Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 0 disconnected.
2023-03-21T05:34:45.637Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 2 disconnected.
2023-03-21T05:34:45.637Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Cancelled in-flight METADATA request with correlation id 101253 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-21T05:34:45.640Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:34:45.640Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:34:45.640Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:34:45.640Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:34:45.645Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d7a1f732-0fed-41df-a7a9-127ba1157353
2023-03-21T05:34:45.646Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=8, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T05:34:45.646Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:34:45.646Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:34:48.672Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:34:51.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:34:54.688Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:34:57.699Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:00.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:03.718Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:06.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:09.737Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:12.746Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:15.755Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:18.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:21.772Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:24.781Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:27.789Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:30.797Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:33.807Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:36.816Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:39.825Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:35:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:41.113Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:35:41.114Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:35:41.119Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d7a1f732-0fed-41df-a7a9-127ba1157353', protocol='range'}
2023-03-21T05:35:41.119Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:35:41.123Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:35:41.123Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:35:41.123Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:35:41.123Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:35:41.123Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:35:41.124Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:35:41.124Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d7a1f732-0fed-41df-a7a9-127ba1157353=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-03-21T05:35:41.136Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d7a1f732-0fed-41df-a7a9-127ba1157353', protocol='range'}
2023-03-21T05:35:41.136Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:35:41.137Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:35:41.137Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:35:41.137Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:35:41.137Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:35:41.141Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:35:41.141Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:35:41.141Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:35:41.141Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:35:41.142Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=915, 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-03-21T05:35:41.141Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:35:41.142Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:35:41.142Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:35:41.142Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:35:41.142Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:35:41.142Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:35:41.142Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:35:41.207Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:35:41.207Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:35:41.207Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:35:41.208Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:35:41.208Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:35:41.208Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:42.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.161Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376842245,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:35:42.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.162Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.162Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.163Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376241942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376851601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:35:42.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376853371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376884606,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376917649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376920796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376919081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376917938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376912995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376939144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376939801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376939893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376939604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376939906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376930131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376939144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376940607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376940897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376940930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376940932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376939144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376941609,
  "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-03-21T05:35:42.208Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:35:42.208Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:35:42.208Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:35:42.208Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:42.214Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7e18f8d-8954-4b54-900a-f2f560709ff7
2023-03-21T05:35:42.215Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T05:35:42.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376940897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:35:42.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:42.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:35:42.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376942043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:35:42.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:35:43.209Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:35:43.210Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:35:43.210Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:35:43.210Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:44.211Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:35:44.212Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:35:44.212Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:35:44.213Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:45.215Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:35:45.219Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:35:45.219Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:35:45.219Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:46.220Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:35:46.220Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:35:46.221Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:35:46.221Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:47.221Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:35:47.222Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:35:47.222Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:35:47.222Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:48.223Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:35:48.224Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:35:48.224Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T05:35:48.224Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:35:48.225Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T05:35:48.278Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:35:48.278Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:35:48.279Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:35:48.279Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:35:48.279Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:35:48.279Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:35:48.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:35:48.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@61f18cf6
2023-03-21T05:35:48.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:35:48.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:35:48.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:35:48.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T05:35:48.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T05:35:48.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:35:48.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:35:48.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:35:48.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376948310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:49.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T05:35:49.336Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:35:49.336Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:35:49.342Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T05:35:49.342Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T05:35:49.342Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:35:49.342Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:35:49.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:35:49.360Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:35:49.360Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7de05d49
2023-03-21T05:35:49.360Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:35:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:35:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:35:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T05:35:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T05:35:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:35:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:35:49.362Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:35:49.362Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376949361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:35:50.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T05:35:50.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:35:50.383Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:35:50.387Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:35:50.387Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:36:20.387Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:36:20.412Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:36:20.416Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:36:20.416Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:36:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:36:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:36:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:36:41.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:36:50.416Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:36:50.438Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:36:50.442Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:36:50.442Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:37:20.442Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:37:20.463Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:37:20.467Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:37:20.468Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:37:41.100Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:37:41.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.102Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376939144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376940897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.103Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376942610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376943004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376943145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376939144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.104Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376940897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376942610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.105Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376944008,
  "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-03-21T05:37:41.122Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7e18f8d-8954-4b54-900a-f2f560709ff7
2023-03-21T05:37:41.122Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T05:37:41.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.145Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376944248,
  "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-03-21T05:37:41.158Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7e18f8d-8954-4b54-900a-f2f560709ff7
2023-03-21T05:37:41.159Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T05:37:41.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.178Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.178Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376939144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.178Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376940897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376942610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376945251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376945408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376939144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376940897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376942610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376946254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.181Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376946411,
  "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-03-21T05:37:41.195Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7e18f8d-8954-4b54-900a-f2f560709ff7
2023-03-21T05:37:41.195Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T05:37:41.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.216Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679376939144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376940897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376942610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376946254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376947412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.219Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376940897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376942610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376946254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376947412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376948310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:37:41.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376942610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679376949108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:37:41.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376946254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376947412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376949361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:37:41.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376942610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376946254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376947412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376950729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:37:41.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376946254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.228Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376947412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.228Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376951732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:37:41.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.229Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376946254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.229Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376947412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679376952734,
  "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-03-21T05:37:41.258Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98590d00-e653-4386-b10d-a734b9f347a9
2023-03-21T05:37:41.258Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T05:37:41.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376946254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376947412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376954365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376947412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376955471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376955537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376956565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.281Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376957603,
  "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-03-21T05:37:41.294Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98590d00-e653-4386-b10d-a734b9f347a9
2023-03-21T05:37:41.294Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T05:37:41.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679376958605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376960656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376960131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.316Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "aai-model-loader",
  "timestamp": 1679376961659,
  "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-03-21T05:37:41.329Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98590d00-e653-4386-b10d-a734b9f347a9
2023-03-21T05:37:41.329Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T05:37:41.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376960131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376960131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376960131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376960131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.353Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376960131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376960131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376960131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376968915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376970965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:37:41.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:37:41.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-21T05:37:41.355Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679376971969,
  "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-03-21T05:37:41.370Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98590d00-e653-4386-b10d-a734b9f347a9
2023-03-21T05:37:41.370Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T05:37:50.468Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:37:50.489Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:37:50.493Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:37:50.494Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:38:20.494Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:38:20.515Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:38:20.519Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:38:20.520Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:38:41.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:38:41.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.103Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377013738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.103Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377010112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679377027168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679377019612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377020131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679377019612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377013738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377010112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679377027168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377020131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679377019612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.105Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377013738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377010112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679377027168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377020131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.106Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377013738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.107Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377010112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.107Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679377019612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.107Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679377027168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377032995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377020131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377013738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377010112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679377019612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679377027168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377032995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.109Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377020131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377010112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377013738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679377027168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679377019612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377032995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377020131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377013738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377010112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679377019612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679377027168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377032995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377020131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377010112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377013738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679377019612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679377027168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377032995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377020131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377010112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.114Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377013738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679377027168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679377019612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377032995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377020131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679377038641,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377038355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377032995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377039139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377039358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377032995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.116Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679377040360,
  "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-03-21T05:38:41.151Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 476fc99b-70c8-468d-9a48-ed6783a233a1
2023-03-21T05:38:41.151Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T05:38:41.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377032995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:38:41.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377040870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:38:41.171Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.171Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679377041874,
  "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-03-21T05:38:41.184Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 476fc99b-70c8-468d-9a48-ed6783a233a1
2023-03-21T05:38:41.185Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T05:38:41.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.205Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377042115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:38:41.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.205Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377045638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:38:41.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:38:41.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T05:38:41.205Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679377046641,
  "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-03-21T05:38:41.217Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 476fc99b-70c8-468d-9a48-ed6783a233a1
2023-03-21T05:38:41.217Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T05:38:50.520Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:38:50.545Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:38:50.548Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:38:50.548Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:39:20.548Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:39:20.566Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:39:20.570Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:39:20.570Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:39:41.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:39:50.570Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:39:50.587Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:39:50.593Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:39:50.593Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:40:20.593Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:40:20.613Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:40:20.617Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:40:20.617Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:40:41.101Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:40:41.269Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:40:41.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-d7a1f732-0fed-41df-a7a9-127ba1157353 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T05:40:41.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T05:40:41.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T05:40:41.815Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:40:41.829Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:40:41.829Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:40:41.836Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:40:41.836Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:40:41.853Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:40:41.853Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:40:41.853Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:40:41.859Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:40:41.859Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:40:41.859Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:40:41.859Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1139, 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-03-21T05:40:41.860Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:40:41.860Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:40:50.617Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T05:40:50.617Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T05:40:50.625Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T05:40:50.626Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T05:40:50.626Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T05:40:50.632Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:40:50.646Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T05:40:50.646Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a722a00-2ac5-46ed-94cb-0e1b76271397], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T05:40:50.653Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T05:40:50.801Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:40:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-05:40:51:017-35051], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:40:50.801Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:40:50.802Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T05:40:50.802Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:40:50.802Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:40:50.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:40:50.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T05:40:50.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T05:40:50.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:40:50.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:40:50.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377250810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:40:50.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:40:50.828Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377250810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T05:40:50.828Z||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-03-21T05:40:51.841Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:40:51.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:40:51.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:40:51.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:40:51.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:40:51.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:40:52.843Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:40:52.844Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:40:52.844Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:40:52.844Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:40:53.845Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:40:53.845Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:40:53.846Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:40:53.846Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:40:54.847Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:40:54.847Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:40:54.847Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:40:54.847Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:40:55.848Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:40:55.848Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:40:55.848Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:40:55.848Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:40:56.849Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:40:56.850Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:40:56.850Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:40:56.850Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:40:57.850Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:40:57.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:40:57.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:40:57.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:40:58.852Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:40:58.852Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:40:58.852Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T05:40:58.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:40:58.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T05:40:58.902Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:40:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:40:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:40:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:40:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:40:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:40:59.202Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:40:59.205Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T05:40:59.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:40:59.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:40:59.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:40:59.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:40:59.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:40:59.206Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377259206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:00.207Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:41:00.207Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:41:00.207Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:00.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T05:41:00.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:00.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:00.327Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4890915940303195066/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T05:41:01.787Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:41:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:41:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:41:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:41:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T05:41:01.838Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T05:41:01.838Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:41:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T05:41:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:41:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377261838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:02.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:41:02.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T05:41:02.841Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:41:02.841Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:02.841Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:02.841Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377262840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:03.842Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:41:03.864Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:41:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:41:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:41:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:41:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:41:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:41:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:41:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:41:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:41:03.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:41:03.881Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:41:33.882Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T05:41:33.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T05:41:33.895Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T05:41:33.895Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T05:41:33.900Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:41:33.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T05:41:33.919Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71a6ecf1-ab0c-448b-b288-a0b348b3a33a], X-ECOMP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-TransactionId=[], X-ONAP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], Content-Type=[application/merge-patch+json]}
2023-03-21T05:41:33.926Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:41:34.069Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:41:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[143368], x-aai-txid=[1-aai-resources-230321-05:41:34:292-22558], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:41:34.070Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:41:34.070Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T05:41:34.071Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:41:34.071Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:41:34.080Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:41:34.080Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:41:34.080Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:41:34.080Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:34.080Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:34.080Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377294080,
  "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-03-21T05:41:35.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:41:35.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:41:35.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:41:35.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:35.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:35.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:36.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:41:36.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:36.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:36.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:37.113Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:41:37.114Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:37.114Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:37.114Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:38.115Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:41:38.116Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:38.116Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:38.116Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:39.117Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:41:39.118Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:39.118Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:39.118Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:40.119Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:41:40.120Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:40.120Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:40.120Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:41.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:41.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:41:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.107Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:41:41.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:41:41.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377259206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377261838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377262840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377294080,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.110Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:41:41.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:41:41.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-21T05:41:41.111Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:41:41.111Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:41:41.121Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:41:41.121Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:41.121Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:41.122Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:42.122Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:41:42.123Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:41:42.123Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T05:41:42.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:41:42.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T05:41:42.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:41:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:41:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:41:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:41:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:42.422Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:41:42.426Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T05:41:42.426Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:41:42.426Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:42.426Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:41:42.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:42.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:42.427Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377302426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:43.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:41:43.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:41:43.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:43.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T05:41:43.430Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:43.430Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:43.578Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11175812593356169337/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-21T05:41:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:41:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:41:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:41:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:41:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:41:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T05:41:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:41:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:41:45.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T05:41:45.106Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T05:41:45.107Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:41:45.107Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T05:41:45.107Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:41:45.107Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:45.107Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:45.107Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377305106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:46.108Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:41:46.108Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T05:41:46.109Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:41:46.109Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:41:46.109Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:41:46.109Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377306108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:41:47.110Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:41:47.134Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:41:47.140Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:41:47.140Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:41:47.140Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:41:47.140Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:41:47.140Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:41:47.140Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:41:47.141Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:41:47.141Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:41:47.141Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:41:47.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:42:17.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T05:42:17.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T05:42:17.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T05:42:17.169Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T05:42:17.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:42:17.195Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T05:42:17.195Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff3d1f37-50ee-4e22-86c5-3c80567a98e1], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T05:42:17.202Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:42:17.357Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:42:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[217112], x-aai-txid=[0-aai-resources-230321-05:42:17:568-17131], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:42:17.358Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:42:17.358Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T05:42:17.359Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:42:17.359Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:42:17.367Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:42:17.368Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:42:17.368Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:42:17.368Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:17.368Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:17.368Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377337368,
  "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-03-21T05:42:18.399Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:42:18.400Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:42:18.400Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:42:18.400Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:18.400Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:18.400Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:19.401Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:42:19.402Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:19.402Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:19.402Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:20.403Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:42:20.403Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:42:20.403Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T05:42:20.403Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T05:42:20.403Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T05:42:20.447Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:42:20.447Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:42:20.447Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:42:20.447Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T05:42:20.448Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:42:20.448Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:42:20.479Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:42:20.480Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@649a9124
2023-03-21T05:42:20.480Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:42:20.480Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T05:42:20.480Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:42:20.481Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:42:20.481Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T05:42:20.481Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:42:20.481Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:20.481Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:20.481Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377340481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:21.482Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:42:21.532Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T05:42:21.532Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:42:21.532Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T05:42:21.532Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:42:21.533Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:21.533Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:21.533Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377341532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:22.534Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:42:22.534Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T05:42:22.534Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:42:22.535Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:22.535Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:22.535Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377342534,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:23.535Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:42:23.563Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:42:23.568Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:42:23.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:42:23.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:42:23.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:42:23.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:42:23.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:42:23.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:42:23.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:42:23.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:42:23.585Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:42:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:42:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:42:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:42:53.586Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T05:42:53.597Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T05:42:53.597Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T05:42:53.598Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T05:42:53.602Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:42:53.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T05:42:53.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8cd778d-2344-4dd1-ae30-b32aac5d8526], X-ECOMP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-TransactionId=[], X-ONAP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], Content-Type=[application/merge-patch+json]}
2023-03-21T05:42:53.622Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:42:53.786Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:42:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[606376], x-aai-txid=[1-aai-resources-230321-05:42:53:988-6664], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:42:53.787Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:42:53.788Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T05:42:53.788Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:42:53.788Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:42:53.797Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:42:53.797Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:42:53.797Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:42:53.797Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:53.797Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:53.797Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377373797,
  "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-03-21T05:42:54.839Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:42:54.840Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:42:54.840Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:42:54.840Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:54.841Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:54.841Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:55.841Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:42:55.842Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:55.842Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:55.842Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:56.843Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:42:56.843Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:56.843Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:56.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:57.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:42:57.845Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:57.845Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:57.845Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:58.846Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:42:58.846Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:58.847Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:58.847Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:42:59.847Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:42:59.848Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:42:59.848Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:42:59.848Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:00.848Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:43:00.849Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:00.849Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:00.849Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:01.850Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:43:01.850Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:01.850Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:01.851Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:02.851Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:43:02.852Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:43:02.853Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T05:43:02.854Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:43:02.854Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T05:43:02.895Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:43:02.895Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:43:02.896Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:43:02.896Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:02.896Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:43:02.896Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:03.166Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:43:03.168Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T05:43:03.169Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:43:03.169Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:03.169Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:43:03.169Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:03.169Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:03.169Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377383169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:04.170Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:43:04.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:43:04.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.172Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.172Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.252Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17466665561690482259/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T05:43:04.826Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:43:04.826Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:43:04.827Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:43:04.828Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T05:43:04.871Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T05:43:04.872Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:43:04.872Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T05:43:04.872Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:43:04.872Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:04.872Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:04.872Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377384871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:05.874Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:43:05.874Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T05:43:05.874Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:43:05.875Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:05.875Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:05.875Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377385874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:06.876Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:43:06.911Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:43:06.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:43:06.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:43:06.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:43:06.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:43:06.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:43:06.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:43:06.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:43:06.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:43:06.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:43:06.932Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:43:36.933Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T05:43:36.943Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T05:43:36.943Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T05:43:36.944Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T05:43:36.950Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:43:36.966Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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-03-21T05:43:36.966Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T05:43:36.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:43:37.109Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T05:43:37.110Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:43:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[196760], x-aai-txid=[0-aai-resources-230321-05:43:37:342-54952], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:43:37.110Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:43:37.110Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:43:37.110Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:43:37.121Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:43:37.121Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:43:37.121Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:43:37.121Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:37.121Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:37.121Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377417121,
  "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-03-21T05:43:38.154Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:43:38.154Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:43:38.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:43:38.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:38.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:38.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:43:39.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:43:39.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:39.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:39.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:43:40.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:43:40.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:40.158Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:40.158Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:43:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:43:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377302426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:43:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377305106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377306108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377337368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:43:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377340481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377341532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377342534,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T05:43:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:43:41.159Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:43:41.159Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:41.159Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:41.159Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:43:42.160Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:43:42.160Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:42.160Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:42.160Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:43:43.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:43:43.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:43.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:43.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:44.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:43:44.163Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:44.163Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:44.163Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:45.164Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:43:45.164Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:43:45.164Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T05:43:45.164Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:43:45.165Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T05:43:45.210Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:43:45.211Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:43:45.211Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:43:45.211Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:43:45.211Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:43:45.211Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:43:45.230Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:43:45.230Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@442e8599
2023-03-21T05:43:45.230Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:43:45.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T05:43:45.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:43:45.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T05:43:45.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T05:43:45.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:43:45.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:45.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:45.231Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377425231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:46.232Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:43:46.282Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T05:43:46.282Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:43:46.282Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T05:43:46.282Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:43:46.283Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:46.283Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:46.283Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377426282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:47.284Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:43:47.284Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T05:43:47.284Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:43:47.284Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:43:47.284Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:43:47.284Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377427284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:43:48.285Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:43:48.311Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:43:48.314Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:43:48.314Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:43:48.315Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:43:48.315Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:43:48.315Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:43:48.315Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:43:48.315Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:43:48.315Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:43:48.315Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:43:48.327Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:44:18.328Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T05:44:18.339Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T05:44:18.339Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T05:44:18.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T05:44:18.345Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:44:18.360Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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-03-21T05:44:18.360Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T05:44:18.367Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:44:18.514Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T05:44:18.514Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:44:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[241880], x-aai-txid=[1-aai-resources-230321-05:44:18:733-16211], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:44:18.515Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:44:18.515Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:44:18.515Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:44:18.527Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:44:18.527Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:44:18.528Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:44:18.528Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:18.528Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:18.528Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377458528,
  "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-03-21T05:44:19.558Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:44:19.558Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:44:19.558Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:44:19.558Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:19.558Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:19.559Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:20.559Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:44:20.560Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:20.560Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:20.560Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:21.561Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:44:21.561Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:21.561Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:21.561Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:22.562Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:44:22.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:22.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:22.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:23.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:44:23.564Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:23.564Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:23.564Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:24.565Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:44:24.566Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:24.566Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:24.566Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:25.567Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:44:25.567Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:25.567Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:25.567Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:26.568Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:44:26.568Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:26.569Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:26.569Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:27.570Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:44:27.570Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:44:27.570Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T05:44:27.570Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:44:27.570Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T05:44:27.608Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:44:27.609Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:44:27.609Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:44:27.609Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:27.610Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:44:27.610Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:27.923Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:44:27.925Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T05:44:27.926Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:44:27.926Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:27.926Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:44:27.927Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:27.927Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:27.927Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377467926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:28.928Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:44:28.928Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:44:28.928Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:28.929Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:28.929Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:28.930Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:29.002Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6647522591734732411/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T05:44:29.567Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:44:29.568Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:44:29.569Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:44:29.570Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:44:29.570Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:44:29.570Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:44:29.570Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T05:44:29.617Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T05:44:29.617Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:44:29.617Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T05:44:29.617Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:44:29.618Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:29.618Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:29.618Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377469617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:30.619Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:44:30.619Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T05:44:30.619Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:44:30.619Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:44:30.619Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:44:30.620Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377470618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:31.620Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:44:31.645Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:44:31.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:44:31.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:44:31.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:44:31.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:44:31.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:44:31.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:44:31.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:44:31.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:44:31.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:44:31.665Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:44:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:44:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377373797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:44:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:44:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:44:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377383169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377384871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377385874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377417121,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:44:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:01.665Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T05:45:01.673Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T05:45:01.673Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T05:45:01.674Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T05:45:01.681Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:45:01.705Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T05:45:01.705Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2856a375-6f28-41ea-975b-a69d2555381b], X-ECOMP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-TransactionId=[], X-ONAP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], Content-Type=[application/merge-patch+json]}
2023-03-21T05:45:01.712Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:45:01.877Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:45:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[262360], x-aai-txid=[0-aai-resources-230321-05:45:02:079-76249], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:45:01.878Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:45:01.878Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T05:45:01.878Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:45:01.878Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:45:01.892Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:45:01.892Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:45:01.892Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:45:01.892Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:01.892Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:01.892Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377501892,
  "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-03-21T05:45:02.921Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:45:02.922Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:45:02.922Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:02.922Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:02.922Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:02.922Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:03.923Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:03.924Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:03.924Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:03.924Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:04.925Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:04.926Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:04.926Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:04.926Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:05.927Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:05.927Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:05.928Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:05.928Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:06.928Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:06.929Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:06.929Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:06.929Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:07.930Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:07.930Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:07.931Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:07.931Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:08.931Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:08.932Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:08.932Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:08.932Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:09.933Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:09.933Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:09.933Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:09.933Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:10.934Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:45:10.935Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:45:10.935Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T05:45:10.935Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:45:10.935Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T05:45:10.977Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:45:10.978Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:45:10.978Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:45:10.978Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:10.978Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:45:10.978Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:11.282Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:45:11.284Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T05:45:11.284Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T05:45:11.284Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:11.284Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:45:11.285Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:11.285Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:11.285Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377511284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:12.286Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:45:12.287Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:45:12.287Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.287Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.288Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.288Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.360Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8190725965114215462/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T05:45:12.910Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:45:12.910Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:45:12.910Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.910Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:45:12.910Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:45:12.911Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:45:12.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T05:45:12.961Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists
2023-03-21T05:45:12.961Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T05:45:12.961Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists)
2023-03-21T05:45:12.962Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:45:12.962Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:12.962Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:12.962Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377512961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:13.963Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T05:45:13.963Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists)
2023-03-21T05:45:13.963Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:45:13.963Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:13.964Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:13.964Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377513963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:14.965Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:45:14.995Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:45:15.000Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:45:15.000Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:45:15.000Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:45:15.000Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:45:15.000Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:45:15.000Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:45:15.001Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:45:15.001Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:45:15.001Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T05:45:15.021Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:45:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:45:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T05:45:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:45:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:45:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377425231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:45:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377426282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T05:45:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377427284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T05:45:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377458528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:45:41.105Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:45:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:45:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:45:41.106Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.107Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.107Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:45:41.107Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.107Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.107Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:45:41.107Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.107Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.108Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:45:41.108Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.108Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.108Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:45:41.108Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.108Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.108Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:45:41.109Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.109Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.109Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377467926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:45:41.109Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.109Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.109Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377469617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T05:45:41.109Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:41.110Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:45:41.110Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377470618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T05:45:41.110Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:45:45.022Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T05:45:45.033Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T05:45:45.033Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T05:45:45.033Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T05:45:45.037Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:45:45.066Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T05:45:45.066Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a983abb-58da-4f33-9072-5fd270149e2a], X-ECOMP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-TransactionId=[], X-ONAP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], Content-Type=[application/merge-patch+json]}
2023-03-21T05:45:45.074Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:45:45.202Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:45:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[274648], x-aai-txid=[1-aai-resources-230321-05:45:45:440-33460], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:45:45.203Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:45:45.203Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T05:45:45.204Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:45:45.204Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T05:45:45.216Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T05:45:45.216Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:45:45.216Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:45:45.216Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:45.217Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:45.217Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377545216,
  "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-03-21T05:45:46.245Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:45:46.245Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c7e18f8d-8954-4b54-900a-f2f560709ff7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01905d64-c8ad-4e9f-afdc-cb7ee58c1f07","serviceDescription":"service","serviceInvariantUUID":"a665b9b2-87f8-48a3-988b-0893f2679cf9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"113f7caa-38e2-4aed-87d6-5762463132e2","resourceInvariantUUID":"dd6b5af6-8c9e-46f4-9824-b586fb434de6","resourceCustomizationUUID":"a488fe58-5594-4a66-80de-ca9c1b568572","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":"MmIwNjg3ZDJkMjMzZTgwMmM5MzkwMjJmMGNiNWMwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d79d1df-c5fd-4308-b704-9334affe467d","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":"MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773e4ce9-e2c0-4106-8642-1b37dc5d3e3d","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":"88028da5-360e-4fe4-932b-3c863f5b1564","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":"21d6c1f6-5a5b-4fe4-8e62-b2eb90d869d6","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":"230b6271-5720-42e0-8f4b-9f8a753ab317","artifactVersion":"2","generatedFromUUID":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2"},{"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":"f68f82b3-e291-4af4-8e04-71929e50a772","artifactVersion":"2","generatedFromUUID":"88028da5-360e-4fe4-932b-3c863f5b1564"},{"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":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2","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":"68e52994-54ff-4a23-9f05-897753130364","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":"NmZmODgxNGI3ZWMxODY3ZDNmMTVhMWE4Y2Q5NTZhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd28c5-7588-4d71-a01c-181f7422ff92","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412cdb7-8e9e-4e35-ae21-7c349fee3f85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:45:46.246Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:46.246Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:46.246Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:46.246Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:45:47.247Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:47.247Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:47.247Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:47.247Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:45:48.248Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:48.248Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:48.248Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:48.249Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:45:49.249Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:49.250Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:49.250Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:49.250Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:45:50.250Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:50.251Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:50.251Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:50.251Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:45:51.252Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:51.253Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:51.253Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:51.253Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:45:52.254Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:52.254Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:52.254Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:52.254Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:45:53.255Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:53.256Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:53.256Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:53.256Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:45:54.257Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:54.257Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:54.257Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:54.258Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:55.258Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:45:55.259Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:55.259Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:55.259Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:56.260Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01905d64-c8ad-4e9f-afdc-cb7ee58c1f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a665b9b2-87f8-48a3-988b-0893f2679cf9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a488fe58-5594-4a66-80de-ca9c1b568572",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "113f7caa-38e2-4aed-87d6-5762463132e2",
      "resourceInvariantUUID": "dd6b5af6-8c9e-46f4-9824-b586fb434de6",
      "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": "MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773e4ce9-e2c0-4106-8642-1b37dc5d3e3d",
          "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": "88028da5-360e-4fe4-932b-3c863f5b1564",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
            "generatedFromUUID": "88028da5-360e-4fe4-932b-3c863f5b1564"
          },
          "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": "230b6271-5720-42e0-8f4b-9f8a753ab317",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
          "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": "675e0846-49a0-4f3f-aaf0-eecc4ab76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2412cdb7-8e9e-4e35-ae21-7c349fee3f85"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:45:56.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:45:56.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 ASDC
2023-03-21T05:45:56.262Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7e18f8d-8954-4b54-900a-f2f560709ff7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
ServiceInvariantUUID:a665b9b2-87f8-48a3-988b-0893f2679cf9
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:2412cdb7-8e9e-4e35-ae21-7c349fee3f85
ArtifactChecksum:ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a488fe58-5594-4a66-80de-ca9c1b568572
ResourceInvariantUUID:dd6b5af6-8c9e-46f4-9824-b586fb434de6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:113f7caa-38e2-4aed-87d6-5762463132e2
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:773e4ce9-e2c0-4106-8642-1b37dc5d3e3d
ArtifactChecksum:MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM=
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:88028da5-360e-4fe4-932b-3c863f5b1564
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:230b6271-5720-42e0-8f4b-9f8a753ab317
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:675e0846-49a0-4f3f-aaf0-eecc4ab76af2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:45:56.262Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 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-03-21T05:45:56.337Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:45:56.338Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:45:56.338Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:45:56.338Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T05:45:56.338Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:45:56.338Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:56.632Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:45:56.641Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 163279
2023-03-21T05:45:56.642Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:56.642Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:56.642Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:45:56.642Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:56.642Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:56.643Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377556642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:45:57.644Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:45:57.645Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:45:57.646Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T05:45:57.646Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-21T05:45:57.647Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T05:45:57.648Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T05:45:57.732Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12522684631471267651/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:45:58.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:45:58.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=37e29a3d-c930-4345-b180-aacf37331fc8
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.598Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.598Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.598Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.598Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.598Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:45:58.598Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:45:58.598Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
Model Version:NULL
Model InvariantUuid:a665b9b2-87f8-48a3-988b-0893f2679cf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bd6fd355-2030-4dc0-aa80-915a0c052294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd6b5af6-8c9e-46f4-9824-b586fb434de6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a488fe58-5594-4a66-80de-ca9c1b568572
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0880845-ac8e-4569-9956-087448a8bd6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:258fb453-aa14-438d-85b2-e5977a67d8e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:37e29a3d-c930-4345-b180-aacf37331fc8
ModelInvariantUuid:96a8f603-a7ec-434e-80d2-fab044443232
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c73245af-a1cd-4bac-803f-499d05ebee3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0bf709ae-fcb9-4f1f-93f9-31ff6962692b
ModelInvariantUuid:f110a654-b45d-4307-9f47-86e965e471e5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:860405e8-bdfa-4a56-bbb0-d81eae49c337
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-03-21T05:45:58.616Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 113f7caa-38e2-4aed-87d6-5762463132e2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:45:58.620Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2023-03-21T05:45:58.620Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 113f7caa-38e2-4aed-87d6-5762463132e2
2023-03-21T05:45:58.620Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 773e4ce9-e2c0-4106-8642-1b37dc5d3e3d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-21T05:45:58.620Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:45:58.620Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:45:58.722Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:45:58.723Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 773e4ce9-e2c0-4106-8642-1b37dc5d3e3d 1565
2023-03-21T05:45:58.723Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:45:58.723Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:45:58.723Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:45:58.724Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:58.724Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:58.724Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377558723,
  "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-03-21T05:45:59.724Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "258fb453-aa14-438d-85b2-e5977a67d8e0",
    "vfModuleModelCustomizationUUID": "d12a586a-f65b-498a-ad5b-b8b6477d70ce",
    "isBase": true,
    "artifacts": [
      "88028da5-360e-4fe4-932b-3c863f5b1564",
      "f68f82b3-e291-4af4-8e04-71929e50a772"
    ],
    "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": "2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0880845-ac8e-4569-9956-087448a8bd6b",
    "vfModuleModelCustomizationUUID": "0dd86556-59fa-41ec-a7a4-ef1c8c76dce8",
    "isBase": false,
    "artifacts": [
      "675e0846-49a0-4f3f-aaf0-eecc4ab76af2"
    ],
    "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-03-21T05:45:59.727Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:258fb453-aa14-438d-85b2-e5977a67d8e0
VfModuleModelInvariantUUID:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
VfModuleModelDescription:NULL
Artifacts UUID List:{
88028da5-360e-4fe4-932b-3c863f5b1564
,
f68f82b3-e291-4af4-8e04-71929e50a772

}
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:c0880845-ac8e-4569-9956-087448a8bd6b
VfModuleModelInvariantUUID:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
675e0846-49a0-4f3f-aaf0-eecc4ab76af2

}
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-03-21T05:45:59.729Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "258fb453-aa14-438d-85b2-e5977a67d8e0",
    "vfModuleModelCustomizationUUID": "d12a586a-f65b-498a-ad5b-b8b6477d70ce",
    "isBase": true,
    "artifacts": [
      "88028da5-360e-4fe4-932b-3c863f5b1564",
      "f68f82b3-e291-4af4-8e04-71929e50a772"
    ],
    "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": "2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0880845-ac8e-4569-9956-087448a8bd6b",
    "vfModuleModelCustomizationUUID": "0dd86556-59fa-41ec-a7a4-ef1c8c76dce8",
    "isBase": false,
    "artifacts": [
      "675e0846-49a0-4f3f-aaf0-eecc4ab76af2"
    ],
    "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-03-21T05:45:59.729Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:258fb453-aa14-438d-85b2-e5977a67d8e0
VfModuleModelInvariantUUID:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
VfModuleModelDescription:NULL
Artifacts UUID List:{
88028da5-360e-4fe4-932b-3c863f5b1564
,
f68f82b3-e291-4af4-8e04-71929e50a772

}
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:c0880845-ac8e-4569-9956-087448a8bd6b
VfModuleModelInvariantUUID:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
675e0846-49a0-4f3f-aaf0-eecc4ab76af2

}
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-03-21T05:45:59.730Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 88028da5-360e-4fe4-932b-3c863f5b1564 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-21T05:45:59.730Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:45:59.730Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:45:59.831Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:45:59.832Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 88028da5-360e-4fe4-932b-3c863f5b1564 914
2023-03-21T05:45:59.832Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:45:59.833Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:45:59.833Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:45:59.833Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:45:59.833Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:45:59.833Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377559832,
  "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-03-21T05:46:00.834Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 230b6271-5720-42e0-8f4b-9f8a753ab317 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-21T05:46:00.834Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:46:00.834Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:00.915Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:46:00.916Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 230b6271-5720-42e0-8f4b-9f8a753ab317 12
2023-03-21T05:46:00.916Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:00.916Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:00.916Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:46:00.917Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:00.917Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:00.917Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377560916,
  "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-03-21T05:46:01.917Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f68f82b3-e291-4af4-8e04-71929e50a772 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-21T05:46:01.918Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:46:01.918Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:02.008Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:46:02.009Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env f68f82b3-e291-4af4-8e04-71929e50a772 96
2023-03-21T05:46:02.009Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:02.009Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:02.009Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:46:02.009Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:02.009Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:02.010Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377562009,
  "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-03-21T05:46:03.010Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 675e0846-49a0-4f3f-aaf0-eecc4ab76af2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-21T05:46:03.011Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:46:03.011Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:03.101Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:46:03.102Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 675e0846-49a0-4f3f-aaf0-eecc4ab76af2 20206
2023-03-21T05:46:03.102Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:03.102Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:03.102Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:46:03.103Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:03.103Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:03.103Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377563102,
  "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-03-21T05:46:04.108Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T05:46:04.108Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 113f7caa-38e2-4aed-87d6-5762463132e2 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-03-21T05:46:04.127Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17ceec94, org.onap.sdc.toscaparser.api.parameters.Input@30150322, org.onap.sdc.toscaparser.api.parameters.Input@491f1e7, org.onap.sdc.toscaparser.api.parameters.Input@21c4c807, org.onap.sdc.toscaparser.api.parameters.Input@410e2ae7]
2023-03-21T05:46:04.128Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.128Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:04.128Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-03-21T05:46:04.128Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a488fe58-5594-4a66-80de-ca9c1b568572
2023-03-21T05:46:04.128Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a488fe58-5594-4a66-80de-ca9c1b568572 matches Tosca VF Customization UUID: a488fe58-5594-4a66-80de-ca9c1b568572
2023-03-21T05:46:04.128Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a488fe58-5594-4a66-80de-ca9c1b568572  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-03-21T05:46:04.132Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.132Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:46:04.133Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a488fe58-5594-4a66-80de-ca9c1b568572: {\"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-03-21T05:46:04.133Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@550c9f4c
2023-03-21T05:46:04.133Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.133Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:04.133Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0dd86556-59fa-41ec-a7a4-ef1c8c76dce8
2023-03-21T05:46:04.133Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0dd86556-59fa-41ec-a7a4-ef1c8c76dce8
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-03-21T05:46:04.136Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.137Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:46:04.137Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:46:04.137Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.137Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:46:04.137Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:46:04.137Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.137Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:46:04.137Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a488fe58-5594-4a66-80de-ca9c1b568572
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:46:04.140Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07: basic_cnf_macro
2023-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:04.141Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:04.228Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 113f7caa-38e2-4aed-87d6-5762463132e2 2 ASDC deployResourceStructure
2023-03-21T05:46:04.228Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:04.228Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:04.228Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:46:04.229Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:04.229Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:04.229Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377564228,
  "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-03-21T05:46:05.229Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:05.230Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:05.230Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:46:05.230Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:05.230Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:05.230Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377565229,
  "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-03-21T05:46:06.231Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:06.231Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:06.231Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:46:06.231Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:06.231Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:06.231Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377566231,
  "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-03-21T05:46:07.232Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:07.232Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:07.232Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:46:07.233Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:07.233Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:07.233Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377567232,
  "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-03-21T05:46:08.234Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:08.234Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||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-03-21T05:46:08.234Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:46:08.234Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:08.234Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:08.234Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377568234,
  "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-03-21T05:46:09.235Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T05:46:09.235Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T05:46:09.235Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:46:09.236Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:09.236Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:09.236Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377569235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:46:10.237Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:46:10.260Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:46:10.264Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:46:10.265Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:46:10.265Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:46:10.265Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:46:10.265Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:46:10.265Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:46:10.265Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:46:10.265Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:46:10.265Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:10.286Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:46:40.287Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T05:46:40.297Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 and serviceModelVersionId: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T05:46:40.297Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a665b9b2-87f8-48a3-988b-0893f2679cf9
2023-03-21T05:46:40.298Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0
2023-03-21T05:46:40.301Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:46:40.313Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?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-03-21T05:46:40.313Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||Invoke
2023-03-21T05:46:40.327Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:46:40.577Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||InvokeReturn
2023-03-21T05:46:40.577Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:46:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[246], vertex-id=[729256], x-aai-txid=[1-aai-resources-230321-05:46:40:693-20632], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:46:40.577Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:46:40.578Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:46:40.578Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:40.584Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:46:40.585Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e18f8d-8954-4b54-900a-f2f560709ff7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:46:40.585Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:46:40.585Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:40.585Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:40.585Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377600585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:46:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:46:41.101Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: cached metadata has changed from (version90: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version91: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-21T05:46:41.115Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:46:41.115Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:46:41.120Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:46:41.121Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:46:41.134Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:46:41.134Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:46:41.134Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:46:41.139Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:46:41.139Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:46:41.139Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:46:41.139Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1202, 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-03-21T05:46:41.139Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:46:41.139Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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}}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-21T05:46:41.615Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:46:41.615Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"98590d00-e653-4386-b10d-a734b9f347a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a94977a-dd35-430d-b5cf-d4461d11a6cc","serviceDescription":"service","serviceInvariantUUID":"a8d9c6ec-855a-4120-bedd-073062b58525","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"957874ce-e768-4488-be41-60542675f0b2","resourceInvariantUUID":"6cc51686-4c28-4937-b4e5-5984f8751e13","resourceCustomizationUUID":"aed94782-1b8e-40f2-896e-0630fb81b9cb","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":"Y2M5NmZmMjk1Yzk4MjhjMDFkNTdlYjViYjY5ZjliNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717e5062-74f0-4b15-ab6e-2ffe9d9a0d4f","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":"NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5e958a8-1fb9-45da-ad41-3271ae3e490a","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":"a94fdf00-87d6-441b-b58e-27aa1ca44734","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":"18c048df-4501-43a0-b735-bd9fbf787a8b","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":"a8c9fce1-da0b-4e83-9d7c-2d04262438fb","artifactVersion":"2","generatedFromUUID":"a94fdf00-87d6-441b-b58e-27aa1ca44734"},{"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":"YWU3NTExY2I5NGIzMWJmYTEyYTUyM2Y1YjlmZGY4M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c998aa2b-9f55-4da2-85dc-11cb18f9cbcd","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":"MzRlMzY0ZDU3NTg4MDA5ZjdiNTM3ZDRkYWZlY2VhMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8916cef4-3071-4212-9b24-8627a5e84857","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8c175bd-3e73-4fb0-9070-9bf352069c72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:46:41.615Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:46:41.616Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:41.616Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:41.616Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:46:42.156Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.156Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377501892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:46:42.156Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.157Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377511284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:46:42.158Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377512961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
}
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377513963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
}
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377545216,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.159Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.160Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377556642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377558723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:46:42.161Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377559832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377560916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377562009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377563102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377564228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377565229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377566231,
  "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-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377567232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377568234,
  "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-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377569235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:46:42.162Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.163Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.163Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377600585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:46:42.163Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.163Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T05:46:42.163Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:46:42.163Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:46:42.617Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:46:42.617Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:42.617Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:42.617Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:46:43.618Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:46:43.619Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:43.619Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:43.619Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:46:44.620Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:46:44.620Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:44.620Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:44.621Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:46:45.621Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:46:45.622Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:45.622Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:45.622Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:46:46.623Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:46:46.623Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:46.623Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:46.623Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "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-03-21T05:46:47.624Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:46:47.624Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:47.624Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:47.624Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:46:48.625Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:46:48.625Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:48.626Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:48.626Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:46:49.627Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a94977a-dd35-430d-b5cf-d4461d11a6cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8d9c6ec-855a-4120-bedd-073062b58525",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aed94782-1b8e-40f2-896e-0630fb81b9cb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "957874ce-e768-4488-be41-60542675f0b2",
      "resourceInvariantUUID": "6cc51686-4c28-4937-b4e5-5984f8751e13",
      "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": "NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5e958a8-1fb9-45da-ad41-3271ae3e490a",
          "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": "a94fdf00-87d6-441b-b58e-27aa1ca44734",
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
            "generatedFromUUID": "a94fdf00-87d6-441b-b58e-27aa1ca44734"
          },
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8c175bd-3e73-4fb0-9070-9bf352069c72"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:46:49.627Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:46:49.627Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a94977a-dd35-430d-b5cf-d4461d11a6cc ASDC
2023-03-21T05:46:49.627Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98590d00-e653-4386-b10d-a734b9f347a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
ServiceInvariantUUID:a8d9c6ec-855a-4120-bedd-073062b58525
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:c8c175bd-3e73-4fb0-9070-9bf352069c72
ArtifactChecksum:NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
ResourceInvariantUUID:6cc51686-4c28-4937-b4e5-5984f8751e13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:957874ce-e768-4488-be41-60542675f0b2
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:a5e958a8-1fb9-45da-ad41-3271ae3e490a
ArtifactChecksum:NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg=
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:a94fdf00-87d6-441b-b58e-27aa1ca44734
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:46:49.628Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a94977a-dd35-430d-b5cf-d4461d11a6cc 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-03-21T05:46:49.698Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:46:49.698Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:46:49.699Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:46:49.699Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T05:46:49.699Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:46:49.699Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:49.993Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:46:49.996Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8c175bd-3e73-4fb0-9070-9bf352069c72 83000
2023-03-21T05:46:49.997Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:49.997Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:49.997Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:46:49.997Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:49.997Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:49.997Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377609997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:46:50.998Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:46:50.998Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:46:50.999Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-21T05:46:50.999Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-21T05:46:50.999Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-21T05:46:51.000Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-21T05:46:51.079Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13346406823973842521/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-03-21T05:46:51.942Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.943Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:46:51.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:46:51.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1484d3c0-ad98-490a-9404-ded81fc3c787
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.947Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.947Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:51.947Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:51.947Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
Model Version:NULL
Model InvariantUuid:a8d9c6ec-855a-4120-bedd-073062b58525
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a6c10511-6da7-4972-afd9-2be2f9997118
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6cc51686-4c28-4937-b4e5-5984f8751e13
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2be6b7fb-3489-4764-88f0-8bfb0b39e9ef
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c841a2f3-caae-448a-8873-d228a72a4140
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1484d3c0-ad98-490a-9404-ded81fc3c787
ModelInvariantUuid:27225091-78f3-43f8-82ad-1af43c84f5de
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a6556744-5371-48c9-a8ec-f0e0a45a77bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:adab977d-fd22-486b-baed-b093d1842073
ModelInvariantUuid:7a0130ac-04d3-4d63-bad6-35517b3341ff
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:120edebc-02bf-4b9b-8b4e-6d73b4c7f245
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-03-21T05:46:51.965Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 957874ce-e768-4488-be41-60542675f0b2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:46:51.971Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2023-03-21T05:46:51.972Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 957874ce-e768-4488-be41-60542675f0b2
2023-03-21T05:46:51.972Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5e958a8-1fb9-45da-ad41-3271ae3e490a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-21T05:46:51.972Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:46:51.972Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:52.059Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:46:52.060Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a5e958a8-1fb9-45da-ad41-3271ae3e490a 792
2023-03-21T05:46:52.060Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:52.060Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:52.060Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:46:52.060Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:52.060Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:52.061Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377612060,
  "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-03-21T05:46:53.061Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2be6b7fb-3489-4764-88f0-8bfb0b39e9ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c841a2f3-caae-448a-8873-d228a72a4140",
    "vfModuleModelCustomizationUUID": "fb982a97-4bb0-4c5b-b61c-4a5c56f863a2",
    "isBase": true,
    "artifacts": [
      "a94fdf00-87d6-441b-b58e-27aa1ca44734",
      "a8c9fce1-da0b-4e83-9d7c-2d04262438fb"
    ],
    "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-03-21T05:46:53.064Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c841a2f3-caae-448a-8873-d228a72a4140
VfModuleModelInvariantUUID:2be6b7fb-3489-4764-88f0-8bfb0b39e9ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
a94fdf00-87d6-441b-b58e-27aa1ca44734
,
a8c9fce1-da0b-4e83-9d7c-2d04262438fb

}
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-03-21T05:46:53.066Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2be6b7fb-3489-4764-88f0-8bfb0b39e9ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c841a2f3-caae-448a-8873-d228a72a4140",
    "vfModuleModelCustomizationUUID": "fb982a97-4bb0-4c5b-b61c-4a5c56f863a2",
    "isBase": true,
    "artifacts": [
      "a94fdf00-87d6-441b-b58e-27aa1ca44734",
      "a8c9fce1-da0b-4e83-9d7c-2d04262438fb"
    ],
    "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-03-21T05:46:53.066Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c841a2f3-caae-448a-8873-d228a72a4140
VfModuleModelInvariantUUID:2be6b7fb-3489-4764-88f0-8bfb0b39e9ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
a94fdf00-87d6-441b-b58e-27aa1ca44734
,
a8c9fce1-da0b-4e83-9d7c-2d04262438fb

}
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-03-21T05:46:53.066Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a94fdf00-87d6-441b-b58e-27aa1ca44734 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-21T05:46:53.067Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:46:53.067Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:53.149Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:46:53.150Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a94fdf00-87d6-441b-b58e-27aa1ca44734 5033
2023-03-21T05:46:53.150Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:53.150Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:53.151Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:46:53.151Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:53.151Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:53.151Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377613150,
  "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-03-21T05:46:54.153Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a8c9fce1-da0b-4e83-9d7c-2d04262438fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-21T05:46:54.153Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:46:54.153Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:54.244Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:46:54.244Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a8c9fce1-da0b-4e83-9d7c-2d04262438fb 903
2023-03-21T05:46:54.245Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:54.245Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:54.245Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:46:54.245Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:54.245Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:54.245Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377614245,
  "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-03-21T05:46:55.246Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5a94977a-dd35-430d-b5cf-d4461d11a6cc
2023-03-21T05:46:55.246Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 957874ce-e768-4488-be41-60542675f0b2 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-03-21T05:46:55.275Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d311671, org.onap.sdc.toscaparser.api.parameters.Input@40a23a33, org.onap.sdc.toscaparser.api.parameters.Input@20704e56, org.onap.sdc.toscaparser.api.parameters.Input@22ec4911, org.onap.sdc.toscaparser.api.parameters.Input@175b41a3]
2023-03-21T05:46:55.275Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.276Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:55.276Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-03-21T05:46:55.276Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= aed94782-1b8e-40f2-896e-0630fb81b9cb
2023-03-21T05:46:55.276Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aed94782-1b8e-40f2-896e-0630fb81b9cb matches Tosca VF Customization UUID: aed94782-1b8e-40f2-896e-0630fb81b9cb
2023-03-21T05:46:55.276Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: aed94782-1b8e-40f2-896e-0630fb81b9cb  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-03-21T05:46:55.280Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.280Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:46:55.280Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id aed94782-1b8e-40f2-896e-0630fb81b9cb: {\"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-03-21T05:46:55.280Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24bd1fe5
2023-03-21T05:46:55.280Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.281Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:55.281Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb982a97-4bb0-4c5b-b61c-4a5c56f863a2
2023-03-21T05:46:55.281Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb982a97-4bb0-4c5b-b61c-4a5c56f863a2
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-03-21T05:46:55.285Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.285Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-21T05:46:55.285Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:46:55.285Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.286Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-21T05:46:55.286Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:46:55.286Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.286Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-21T05:46:55.286Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-21T05:46:55.286Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-21T05:46:55.286Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1484d3c0-ad98-490a-9404-ded81fc3c787
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-03-21T05:46:55.290Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.290Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-21T05:46:55.290Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:46:55.291Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.291Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-21T05:46:55.291Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=aed94782-1b8e-40f2-896e-0630fb81b9cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:46:55.295Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.295Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:46:55.295Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5a94977a-dd35-430d-b5cf-d4461d11a6cc: basic_vm_macro
2023-03-21T05:46:55.295Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.296Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:55.296Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.296Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:55.296Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.296Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:55.296Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.297Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:55.297Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:46:55.297Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:55.297Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:55.513Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 957874ce-e768-4488-be41-60542675f0b2 1 ASDC deployResourceStructure
2023-03-21T05:46:55.513Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:55.513Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:55.513Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:46:55.513Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:55.513Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:55.513Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377615513,
  "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-03-21T05:46:56.515Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:56.515Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:56.515Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:46:56.515Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:56.515Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:56.515Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377616515,
  "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-03-21T05:46:57.516Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:57.516Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||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-03-21T05:46:57.517Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:46:57.517Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:57.517Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:57.517Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377617516,
  "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-03-21T05:46:58.518Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-21T05:46:58.518Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T05:46:58.518Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:46:58.518Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:46:58.518Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:46:58.518Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377618518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:46:59.519Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:46:59.540Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:46:59.544Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:46:59.544Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:46:59.544Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:46:59.544Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:46:59.544Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:46:59.544Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:46:59.544Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:46:59.544Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:46:59.544Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:46:59.557Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:47:29.557Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T05:47:29.571Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98590d00-e653-4386-b10d-a734b9f347a9 and serviceModelVersionId: 5a94977a-dd35-430d-b5cf-d4461d11a6cc
2023-03-21T05:47:29.571Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8d9c6ec-855a-4120-bedd-073062b58525
2023-03-21T05:47:29.572Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0
2023-03-21T05:47:29.579Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:47:29.593Z|98590d00-e653-4386-b10d-a734b9f347a9|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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?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-03-21T05:47:29.593Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||Invoke
2023-03-21T05:47:29.600Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:47:29.744Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||InvokeReturn
2023-03-21T05:47:29.744Z|98590d00-e653-4386-b10d-a734b9f347a9|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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:47:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[741544], x-aai-txid=[0-aai-resources-230321-05:47:29:966-65610], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:47:29.744Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:47:29.745Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:47:29.745Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:47:29.756Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:47:29.756Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98590d00-e653-4386-b10d-a734b9f347a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:47:29.756Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:47:29.756Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:29.756Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:29.757Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377649756,
  "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-03-21T05:47:30.790Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T05:47:30.791Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T05:47:30.792Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 0 disconnected.
2023-03-21T05:47:30.792Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 2 disconnected.
2023-03-21T05:47:30.792Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Cancelled in-flight METADATA request with correlation id 101366 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-21T05:47:30.792Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:47:30.793Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:47:30.793Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:47:30.793Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:47:30.798Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-9179c2d1-838c-4858-bfa1-b31d05bb810a
2023-03-21T05:47:30.798Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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=10, 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-03-21T05:47:30.798Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:47:30.798Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:47:32.392Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:47:35.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:47:38.412Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:47:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:41.113Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:47:41.114Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:47:41.119Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:47:41.119Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-9179c2d1-838c-4858-bfa1-b31d05bb810a', protocol='range'}
2023-03-21T05:47:41.123Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:47:41.123Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:47:41.124Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:47:41.124Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:47:41.124Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:47:41.124Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T05:47:41.124Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-9179c2d1-838c-4858-bfa1-b31d05bb810a=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:47:41.139Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-9179c2d1-838c-4858-bfa1-b31d05bb810a', protocol='range'}
2023-03-21T05:47:41.139Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:47:41.140Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:47:41.140Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:47:41.140Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:47:41.140Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:47:41.144Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:47:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:47:41.144Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:47:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:47:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1239, 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-03-21T05:47:41.145Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:47:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:47:41.145Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:47:41.145Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T05:47:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:47:41.145Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T05:47:41.145Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T05:47:41.220Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:47:41.220Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:47:41.221Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:47:41.221Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:41.221Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:41.222Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:42.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:47:42.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:47:42.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:47:42.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T05:47:42.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679376885634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377609997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377612060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377613150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377614245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377615513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-21T05:47:42.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377616515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377617516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377618518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377649756,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:47:42.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:47:42.222Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:47:42.222Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:42.222Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:42.223Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:43.223Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:47:43.223Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:43.223Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:43.224Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:44.224Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:47:44.225Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:44.225Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:44.225Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:45.225Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:47:45.226Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:45.226Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:45.226Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:46.227Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:47:46.227Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:46.227Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:46.227Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:47.228Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:47:47.228Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:47.228Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:47.228Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:48.229Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:47:48.230Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:47:48.230Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T05:47:48.230Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:47:48.230Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T05:47:48.275Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:47:48.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:47:48.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:47:48.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:47:48.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:47:48.276Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6844468d
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:48.307Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377668307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T05:47:49.329Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:47:49.329Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:47:49.334Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T05:47:49.334Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T05:47:49.334Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:47:49.334Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:47:49.335Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T05:47:49.352Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:47:49.352Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@275e3bfe
2023-03-21T05:47:49.352Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:47:49.353Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T05:47:49.353Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:47:49.353Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T05:47:49.353Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T05:47:49.353Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:47:49.354Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:47:49.354Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:47:49.354Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377669353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:47:50.355Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T05:47:50.355Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:47:50.381Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:47:50.385Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:47:50.386Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:48:20.386Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:48:20.409Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:48:20.413Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:48:20.413Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:48:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:48:41.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:48:41.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:48:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:48:50.413Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:48:50.436Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:48:50.440Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:48:50.440Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:49:20.440Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:49:20.467Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:49:20.471Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:49:20.471Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:49:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:49:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:49:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:49:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377668307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377669353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:49:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:49:50.472Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:49:50.492Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:49:50.498Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:49:50.498Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:50:20.499Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:50:20.525Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:50:20.530Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:50:20.530Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:50:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:50:50.531Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:50:50.553Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:50:50.558Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:50:50.558Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:51:20.558Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:51:20.584Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:51:20.589Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:51:20.589Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:51:41.101Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:51:50.590Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:51:50.616Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:51:50.619Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:51:50.620Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:52:20.620Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:52:20.647Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:52:20.651Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T05:52:20.651Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T05:52:41.102Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:52:41.244Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:52:41.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-9179c2d1-838c-4858-bfa1-b31d05bb810a sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T05:52:41.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T05:52:41.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T05:52:41.644Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T05:52:41.659Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:52:41.659Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:52:41.666Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:52:41.666Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:52:41.682Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:52:41.683Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:52:41.683Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:52:41.688Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:52:41.688Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:52:41.689Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:52:41.689Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1264, 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-03-21T05:52:41.689Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:52:41.689Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:52:50.651Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T05:52:50.652Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T05:52:50.665Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T05:52:50.665Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T05:52:50.666Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T05:52:50.670Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:52:50.687Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T05:52:50.688Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T05:52:50.696Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T05:52:50.840Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T05:52:50.841Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:52:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[368840], x-aai-txid=[0-aai-resources-230321-05:52:51:061-79390], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:52:50.841Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:52:50.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:52:50.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:52:50.850Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T05:52:50.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T05:52:50.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T05:52:50.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:52:50.852Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:52:50.852Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377970851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:52:50.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:52:50.871Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377970851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T05:52:50.871Z||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-03-21T05:52:51.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:52:51.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:52:51.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:52:51.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:52:51.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:52:51.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:52:52.888Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:52:52.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:52:52.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:52:52.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:52:53.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:52:53.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:52:53.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:52:53.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:52:54.892Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:52:54.892Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:52:54.892Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:52:54.892Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:52:55.894Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:52:55.894Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:52:55.894Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:52:55.895Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:52:56.896Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:52:56.896Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:52:56.897Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:52:56.897Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:52:57.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:52:57.898Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:52:57.899Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:52:57.899Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:52:58.899Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:52:58.900Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:52:58.900Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T05:52:58.901Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:52:58.901Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T05:52:58.946Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:52:58.947Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:52:58.947Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:52:58.947Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:52:58.947Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:52:58.947Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:52:59.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:52:59.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T05:52:59.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:52:59.246Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T05:52:59.247Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:52:59.247Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:52:59.247Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:52:59.247Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377979246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:00.248Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:53:00.249Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:53:00.249Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:00.250Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T05:53:00.250Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:00.251Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:00.363Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11119584826043259792/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-21T05:53:01.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:53:01.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:53:01.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:53:01.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:53:01.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:53:01.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.870Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.873Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.874Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:01.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:01.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:01.875Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T05:53:01.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T05:53:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:53:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T05:53:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:53:01.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:01.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377981922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:02.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T05:53:02.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T05:53:02.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:53:02.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:02.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:02.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377982924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:03.926Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:53:03.952Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:53:03.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:53:03.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:53:03.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:53:03.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:53:03.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:53:03.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:53:03.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:53:03.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:53:03.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:53:03.968Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:53:33.969Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T05:53:33.981Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T05:53:33.981Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T05:53:33.981Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T05:53:33.988Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:53:34.001Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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-03-21T05:53:34.001Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T05:53:34.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:53:34.139Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T05:53:34.139Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:53:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[143368], x-aai-txid=[0-aai-resources-230321-05:53:34:373-54802], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:53:34.140Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:53:34.140Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:53:34.140Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:53:34.152Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T05:53:34.152Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:53:34.152Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:53:34.152Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:34.152Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:34.152Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378014152,
  "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-03-21T05:53:35.182Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:53:35.183Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:53:35.183Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:53:35.183Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:35.183Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:35.183Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:36.185Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:53:36.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:36.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:36.186Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:37.187Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:53:37.188Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:37.188Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:37.188Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:38.189Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:53:38.190Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:38.190Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:38.190Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:39.191Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:53:39.192Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:39.192Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:39.192Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:40.193Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:53:40.194Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:40.194Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:40.194Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:53:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:53:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:53:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:53:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:53:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:53:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:53:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377979246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:53:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377981922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T05:53:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377982924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T05:53:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378014152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:53:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:53:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.114Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:53:41.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.114Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:53:41.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.115Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:53:41.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.115Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T05:53:41.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:53:41.115Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:53:41.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:53:41.195Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:53:41.196Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:41.196Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:41.196Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:42.198Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:53:42.198Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:53:42.199Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T05:53:42.199Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:53:42.199Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T05:53:42.242Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:53:42.243Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:53:42.243Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:53:42.243Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:42.244Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:53:42.244Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:42.473Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:53:42.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T05:53:42.476Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:53:42.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:42.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:53:42.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:42.477Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:42.478Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378022476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:43.479Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:53:43.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:53:43.480Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:43.481Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T05:53:43.481Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:43.481Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:43.624Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18439315918210121757/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T05:53:45.050Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:53:45.050Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:53:45.050Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.050Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T05:53:45.050Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.050Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.050Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.051Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:45.052Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.053Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:53:45.054Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:53:45.055Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T05:53:45.056Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.057Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.058Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:53:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:53:45.059Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T05:53:45.117Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T05:53:45.117Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:53:45.117Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T05:53:45.117Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:53:45.118Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:45.118Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:45.118Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378025117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:46.119Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T05:53:46.119Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T05:53:46.119Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:53:46.120Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:53:46.120Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:53:46.120Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378026119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:53:47.121Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:53:47.137Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:53:47.141Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:53:47.141Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:53:47.141Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:53:47.142Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:53:47.142Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:53:47.142Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:53:47.142Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:53:47.142Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:53:47.142Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:53:47.152Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:54:17.153Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T05:54:17.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T05:54:17.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T05:54:17.169Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T05:54:17.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:54:17.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T05:54:17.188Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41e856bc-f8ab-454c-abf5-af7b7f2e7cce], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T05:54:17.191Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:54:17.323Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:54:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[217112], x-aai-txid=[2-aai-resources-230321-05:54:17:556-35863], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:54:17.323Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:54:17.324Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T05:54:17.324Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:54:17.324Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:54:17.332Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T05:54:17.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:54:17.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:54:17.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:17.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:17.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378057332,
  "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-03-21T05:54:18.365Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:54:18.365Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:54:18.365Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:54:18.365Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:18.365Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:18.365Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:19.366Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:54:19.366Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:19.366Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:19.367Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:20.368Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:54:20.368Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:54:20.368Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T05:54:20.369Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T05:54:20.369Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T05:54:20.405Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:54:20.406Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:54:20.406Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:54:20.407Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T05:54:20.407Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:54:20.407Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:54:20.432Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:54:20.432Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75f79e13
2023-03-21T05:54:20.432Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:54:20.433Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T05:54:20.433Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:54:20.433Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T05:54:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T05:54:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:54:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:20.434Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378060433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:21.435Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:54:21.483Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T05:54:21.483Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:54:21.484Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T05:54:21.484Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:54:21.484Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:21.485Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:21.485Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378061483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:22.486Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:54:22.486Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T05:54:22.486Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:54:22.486Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:22.487Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:22.487Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378062486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:23.487Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:54:23.513Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:54:23.516Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:54:23.516Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:54:23.516Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:54:23.516Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:54:23.516Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:54:23.516Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:54:23.517Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:54:23.517Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:54:23.517Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:54:23.531Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:54:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:41.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:54:41.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:54:41.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:54:53.532Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T05:54:53.544Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T05:54:53.544Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T05:54:53.545Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T05:54:53.551Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:54:53.565Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T05:54:53.565Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f30883d2-f499-422c-8f99-c09dd290e1a1], X-ECOMP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-TransactionId=[], X-ONAP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], Content-Type=[application/merge-patch+json]}
2023-03-21T05:54:53.573Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:54:53.716Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:54:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[606376], x-aai-txid=[1-aai-resources-230321-05:54:53:938-76124], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:54:53.716Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:54:53.717Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T05:54:53.717Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:54:53.717Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:54:53.729Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T05:54:53.729Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:54:53.729Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:54:53.730Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:53.730Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:53.730Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378093729,
  "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-03-21T05:54:54.762Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:54:54.763Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:54:54.763Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:54:54.763Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:54.763Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:54.763Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:55.764Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:54:55.764Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:55.764Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:55.764Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:56.765Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:54:56.765Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:56.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:56.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:57.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:54:57.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:57.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:57.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:58.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:54:58.768Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:58.768Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:58.768Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:54:59.769Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:54:59.769Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:54:59.769Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:54:59.769Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:00.770Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:55:00.770Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:00.770Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:00.770Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:01.771Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:55:01.771Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:01.771Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:01.772Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:02.772Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:55:02.773Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:55:02.773Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T05:55:02.773Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:55:02.773Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T05:55:02.825Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:55:02.826Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:55:02.826Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:55:02.826Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:02.826Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:55:02.826Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:03.042Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:55:03.045Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T05:55:03.046Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:55:03.046Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:03.046Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:55:03.046Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:03.046Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:03.046Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378103046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:04.047Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:55:04.048Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:55:04.048Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.049Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.050Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.050Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.136Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9873613436216141143/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T05:55:04.734Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:55:04.734Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:55:04.734Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:55:04.735Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:55:04.736Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:55:04.737Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:55:04.737Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:55:04.737Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:55:04.737Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:55:04.737Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:55:04.737Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T05:55:04.791Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T05:55:04.791Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:55:04.791Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T05:55:04.791Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:55:04.792Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:04.792Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:04.792Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378104791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:05.793Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T05:55:05.793Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T05:55:05.793Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:55:05.793Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:05.793Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:05.794Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378105793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:06.794Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:55:06.819Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:55:06.824Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:55:06.824Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:55:06.824Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:55:06.824Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:55:06.824Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:55:06.824Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:55:06.824Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:55:06.824Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:55:06.824Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:55:06.841Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:55:36.841Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T05:55:36.854Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T05:55:36.854Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T05:55:36.855Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T05:55:36.861Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:55:36.876Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T05:55:36.877Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ddcc358-ce0f-42ad-bba8-6ce35252f396], X-ECOMP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-TransactionId=[], X-ONAP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], Content-Type=[application/merge-patch+json]}
2023-03-21T05:55:36.884Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:55:37.014Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:55:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[196760], x-aai-txid=[2-aai-resources-230321-05:55:37:249-25520], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:55:37.014Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:55:37.015Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T05:55:37.015Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:55:37.015Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:55:37.026Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T05:55:37.026Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:55:37.026Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:55:37.026Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:37.026Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:37.026Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378137026,
  "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-03-21T05:55:38.170Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:55:38.170Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:55:38.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:55:38.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:38.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:38.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:55:39.172Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:55:39.172Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:39.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:39.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:55:40.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:55:40.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:40.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:40.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:55:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:41.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:55:41.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378022476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:55:41.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:55:41.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:55:41.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378025117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T05:55:41.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378026119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378057332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378060433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378061483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:55:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378062486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T05:55:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:55:41.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:55:41.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:41.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:41.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:55:42.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:55:42.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:42.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:42.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:55:43.179Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:55:43.179Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:43.180Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:43.180Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:44.181Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:55:44.181Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:44.182Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:44.182Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:45.183Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:55:45.183Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:55:45.183Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T05:55:45.183Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:55:45.184Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T05:55:45.228Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:55:45.229Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:55:45.229Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:55:45.229Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T05:55:45.229Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:55:45.230Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:55:45.321Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5852c3cd
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:45.322Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378145322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:46.323Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:55:46.373Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T05:55:46.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:55:46.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T05:55:46.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:55:46.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:46.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:46.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378146373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:47.375Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:55:47.375Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T05:55:47.375Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:55:47.375Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:55:47.375Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:55:47.375Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378147375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:55:48.376Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:55:48.397Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:55:48.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:55:48.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:55:48.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:55:48.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:55:48.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:55:48.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:55:48.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:55:48.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:55:48.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:55:48.415Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:56:18.416Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T05:56:18.425Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T05:56:18.426Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T05:56:18.426Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T05:56:18.433Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:56:18.451Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T05:56:18.451Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[98f94442-1c6c-45f4-82df-c798af511493], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T05:56:18.458Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:56:18.577Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:56:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[116], vertex-id=[241880], x-aai-txid=[2-aai-resources-230321-05:56:18:823-84359], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:56:18.578Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:56:18.578Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T05:56:18.579Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:56:18.579Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:56:18.591Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T05:56:18.591Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:56:18.591Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:56:18.591Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:18.592Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:18.592Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378178591,
  "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-03-21T05:56:19.621Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:56:19.622Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:56:19.622Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:56:19.622Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:19.622Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:19.623Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:20.623Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:56:20.624Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:20.624Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:20.624Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:21.625Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:56:21.625Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:21.625Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:21.625Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:22.626Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:56:22.626Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:22.626Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:22.626Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:23.627Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:56:23.627Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:23.628Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:23.628Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:24.628Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:56:24.629Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:24.629Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:24.629Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:25.630Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:56:25.630Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:25.630Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:25.630Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:26.631Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:56:26.631Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:26.631Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:26.631Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:27.632Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:56:27.633Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:56:27.633Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T05:56:27.633Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:56:27.633Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T05:56:27.677Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:56:27.678Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:56:27.678Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:56:27.678Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:27.678Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:56:27.678Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:27.956Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:56:27.959Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T05:56:27.959Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:56:27.959Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:27.959Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:56:27.959Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:27.960Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:27.960Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378187959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:28.960Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:56:28.961Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:56:28.961Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:28.962Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:28.963Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:28.963Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:29.035Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP805062633260507090/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T05:56:29.649Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:56:29.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:56:29.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:29.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:56:29.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:29.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:29.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:29.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:29.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:29.650Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:29.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T05:56:29.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:56:29.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:56:29.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:56:29.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T05:56:29.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:56:29.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:56:29.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:56:29.651Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:56:29.652Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T05:56:29.700Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T05:56:29.700Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:56:29.700Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T05:56:29.700Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:56:29.700Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:29.700Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:29.701Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378189700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:30.701Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T05:56:30.702Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T05:56:30.702Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:56:30.702Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:56:30.702Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:56:30.702Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378190701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:31.703Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:56:31.727Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:56:31.732Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:56:31.732Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:56:31.732Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:56:31.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:56:31.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:56:31.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:56:31.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:56:31.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:56:31.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:56:31.748Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:56:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:56:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378093729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:56:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378103046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378104791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378105793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378137026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:56:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:56:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:56:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:56:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:56:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:01.748Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T05:57:01.761Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T05:57:01.762Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T05:57:01.762Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T05:57:01.767Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:57:01.781Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T05:57:01.781Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[400cbecb-7144-483c-9ab7-b3b8c3455cf2], X-ECOMP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-TransactionId=[], X-ONAP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], Content-Type=[application/merge-patch+json]}
2023-03-21T05:57:01.789Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:57:01.923Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:57:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[262360], x-aai-txid=[2-aai-resources-230321-05:57:02:155-40065], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:57:01.924Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:57:01.925Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T05:57:01.925Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:57:01.925Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:57:01.936Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T05:57:01.937Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:57:01.937Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:57:01.937Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:01.937Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:01.937Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378221937,
  "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-03-21T05:57:02.969Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:57:02.969Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:57:02.970Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:02.971Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:02.971Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:02.971Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:03.971Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:03.972Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:03.972Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:03.972Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:04.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:04.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:04.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:04.974Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:05.974Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:05.975Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:05.975Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:05.975Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:06.976Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:06.976Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:06.976Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:06.976Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:07.977Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:07.977Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:07.977Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:07.977Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:08.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:08.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:08.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:08.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:09.979Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:09.980Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:09.980Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:09.980Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:10.981Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:57:10.981Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:57:10.981Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T05:57:10.982Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:57:10.982Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T05:57:11.025Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:57:11.026Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:57:11.026Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:57:11.026Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:11.026Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:57:11.026Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:11.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:57:11.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T05:57:11.295Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T05:57:11.295Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:11.295Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:57:11.295Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:11.295Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:11.295Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378231295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:12.296Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:57:12.297Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:57:12.297Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.297Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.298Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.298Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.371Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5458286025076651420/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T05:57:12.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:57:12.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:57:12.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:57:12.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:57:12.919Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:12.920Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:57:12.920Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:12.920Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:57:12.920Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:12.920Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:57:12.920Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:12.920Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:57:12.920Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T05:57:12.964Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists
2023-03-21T05:57:12.964Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T05:57:12.964Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists)
2023-03-21T05:57:12.964Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:57:12.965Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:12.965Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:12.965Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378232964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:13.966Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T05:57:13.966Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists)
2023-03-21T05:57:13.966Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:57:13.966Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:13.966Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:13.966Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378233965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:14.967Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:57:14.991Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:57:14.995Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:57:14.996Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:57:14.996Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:57:14.996Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:57:14.996Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:57:14.996Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:57:14.996Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:57:14.996Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:57:14.996Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T05:57:15.012Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:57:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378145322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378146373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378147375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679378148444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378151399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378119664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679378162851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378160131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679378148444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378119664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378151399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679378162851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378160131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679378148444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378151399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378119664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679378162851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378160131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679378148444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378151399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378119664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679378162851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378160131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679378148444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378151399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378119664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679378162851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378172995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378160131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679378148444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378151399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378119664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679378162851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378172995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378160131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378119664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378151399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679378148444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679378162851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378172995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378160131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378119664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378151399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679378148444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679378162851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378172995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378160131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378119664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378151399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679378148444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679378162851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378172995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378160131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378177551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679378177850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378172995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378178359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378178553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.114Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378178591,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:57:41.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.114Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378172995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.114Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679378179554,
  "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-03-21T05:57:41.149Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d9a5f2e-f42c-4236-b377-677e097954f1
2023-03-21T05:57:41.149Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d9a5f2e-f42c-4236-b377-677e097954f1 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-03-21T05:57:41.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378172995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378180035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378172995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679378181038,
  "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-03-21T05:57:41.188Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d9a5f2e-f42c-4236-b377-677e097954f1
2023-03-21T05:57:41.188Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d9a5f2e-f42c-4236-b377-677e097954f1 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-03-21T05:57:41.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378182150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.208Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.209Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378185554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:57:41.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.209Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:57:41.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.209Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679378186556,
  "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-03-21T05:57:41.222Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d9a5f2e-f42c-4236-b377-677e097954f1
2023-03-21T05:57:41.223Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d9a5f2e-f42c-4236-b377-677e097954f1 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-03-21T05:57:41.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.245Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:57:41.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.246Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378187959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:57:41.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.246Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378189700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T05:57:41.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:41.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T05:57:41.246Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378190701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T05:57:41.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:57:45.013Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T05:57:45.025Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T05:57:45.026Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T05:57:45.026Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T05:57:45.031Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:57:45.044Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T05:57:45.045Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5d0e6621-d4c9-4db1-a004-4454323eaec9], X-ECOMP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-TransactionId=[], X-ONAP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], Content-Type=[application/merge-patch+json]}
2023-03-21T05:57:45.052Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:57:45.276Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:57:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[221], vertex-id=[274648], x-aai-txid=[0-aai-resources-230321-05:57:45:418-5971], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:57:45.277Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:57:45.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T05:57:45.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:57:45.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T05:57:45.289Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T05:57:45.290Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:57:45.290Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:57:45.290Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:45.290Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:45.290Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378265290,
  "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-03-21T05:57:46.327Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:57:46.328Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c7e18f8d-8954-4b54-900a-f2f560709ff7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01905d64-c8ad-4e9f-afdc-cb7ee58c1f07","serviceDescription":"service","serviceInvariantUUID":"a665b9b2-87f8-48a3-988b-0893f2679cf9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"113f7caa-38e2-4aed-87d6-5762463132e2","resourceInvariantUUID":"dd6b5af6-8c9e-46f4-9824-b586fb434de6","resourceCustomizationUUID":"a488fe58-5594-4a66-80de-ca9c1b568572","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":"MmIwNjg3ZDJkMjMzZTgwMmM5MzkwMjJmMGNiNWMwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d79d1df-c5fd-4308-b704-9334affe467d","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":"MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773e4ce9-e2c0-4106-8642-1b37dc5d3e3d","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":"88028da5-360e-4fe4-932b-3c863f5b1564","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":"21d6c1f6-5a5b-4fe4-8e62-b2eb90d869d6","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":"230b6271-5720-42e0-8f4b-9f8a753ab317","artifactVersion":"2","generatedFromUUID":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2"},{"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":"f68f82b3-e291-4af4-8e04-71929e50a772","artifactVersion":"2","generatedFromUUID":"88028da5-360e-4fe4-932b-3c863f5b1564"},{"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":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2","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":"68e52994-54ff-4a23-9f05-897753130364","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":"NmZmODgxNGI3ZWMxODY3ZDNmMTVhMWE4Y2Q5NTZhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd28c5-7588-4d71-a01c-181f7422ff92","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412cdb7-8e9e-4e35-ae21-7c349fee3f85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:57:46.328Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:46.328Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:46.328Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:46.328Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:57:47.329Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:47.330Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:47.330Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:47.330Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:57:48.331Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:48.332Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:48.332Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:48.332Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:57:49.333Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:49.333Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:49.334Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:49.334Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:57:50.335Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:50.336Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:50.336Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:50.336Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:57:51.337Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:51.338Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:51.338Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:51.338Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:57:52.339Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:52.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:52.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:52.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:57:53.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:53.341Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:53.341Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:53.341Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:57:54.342Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:54.343Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:54.343Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:54.343Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:55.343Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:57:55.344Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:55.344Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:55.344Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:56.346Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01905d64-c8ad-4e9f-afdc-cb7ee58c1f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a665b9b2-87f8-48a3-988b-0893f2679cf9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a488fe58-5594-4a66-80de-ca9c1b568572",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "113f7caa-38e2-4aed-87d6-5762463132e2",
      "resourceInvariantUUID": "dd6b5af6-8c9e-46f4-9824-b586fb434de6",
      "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": "MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773e4ce9-e2c0-4106-8642-1b37dc5d3e3d",
          "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": "88028da5-360e-4fe4-932b-3c863f5b1564",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
            "generatedFromUUID": "88028da5-360e-4fe4-932b-3c863f5b1564"
          },
          "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": "230b6271-5720-42e0-8f4b-9f8a753ab317",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
          "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": "675e0846-49a0-4f3f-aaf0-eecc4ab76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2412cdb7-8e9e-4e35-ae21-7c349fee3f85"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:57:56.346Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:57:56.348Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 ASDC
2023-03-21T05:57:56.348Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7e18f8d-8954-4b54-900a-f2f560709ff7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
ServiceInvariantUUID:a665b9b2-87f8-48a3-988b-0893f2679cf9
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:2412cdb7-8e9e-4e35-ae21-7c349fee3f85
ArtifactChecksum:ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a488fe58-5594-4a66-80de-ca9c1b568572
ResourceInvariantUUID:dd6b5af6-8c9e-46f4-9824-b586fb434de6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:113f7caa-38e2-4aed-87d6-5762463132e2
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:773e4ce9-e2c0-4106-8642-1b37dc5d3e3d
ArtifactChecksum:MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM=
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:88028da5-360e-4fe4-932b-3c863f5b1564
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:230b6271-5720-42e0-8f4b-9f8a753ab317
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:675e0846-49a0-4f3f-aaf0-eecc4ab76af2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:57:56.348Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 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-03-21T05:57:56.396Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:57:56.397Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:57:56.397Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:57:56.397Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T05:57:56.397Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:57:56.398Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:56.691Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:57:56.697Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 163279
2023-03-21T05:57:56.697Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:56.697Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:56.698Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:57:56.698Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:56.698Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:56.698Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378276697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:57.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:57:57.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:57:57.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T05:57:57.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-21T05:57:57.700Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T05:57:57.700Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T05:57:57.774Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15960845146180038474/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-21T05:57:58.589Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:57:58.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.591Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=37e29a3d-c930-4345-b180-aacf37331fc8
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.592Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.593Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.593Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.593Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.593Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.593Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:57:58.593Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.593Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
Model Version:NULL
Model InvariantUuid:a665b9b2-87f8-48a3-988b-0893f2679cf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bd6fd355-2030-4dc0-aa80-915a0c052294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd6b5af6-8c9e-46f4-9824-b586fb434de6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a488fe58-5594-4a66-80de-ca9c1b568572
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0880845-ac8e-4569-9956-087448a8bd6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:258fb453-aa14-438d-85b2-e5977a67d8e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:37e29a3d-c930-4345-b180-aacf37331fc8
ModelInvariantUuid:96a8f603-a7ec-434e-80d2-fab044443232
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c73245af-a1cd-4bac-803f-499d05ebee3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0bf709ae-fcb9-4f1f-93f9-31ff6962692b
ModelInvariantUuid:f110a654-b45d-4307-9f47-86e965e471e5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:860405e8-bdfa-4a56-bbb0-d81eae49c337
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-03-21T05:57:58.637Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists
2023-03-21T05:57:58.638Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:58.638Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists)
2023-03-21T05:57:58.638Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:57:58.638Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:58.639Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:58.639Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378278638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:57:59.640Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:57:59.640Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists)
2023-03-21T05:57:59.640Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:57:59.640Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:57:59.640Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:57:59.641Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378279640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:58:00.641Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:58:00.670Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:58:00.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:58:00.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:58:00.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:58:00.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:58:00.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:58:00.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:58:00.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:58:00.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:58:00.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:58:00.690Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:58:30.690Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T05:58:30.702Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 and serviceModelVersionId: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T05:58:30.702Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a665b9b2-87f8-48a3-988b-0893f2679cf9
2023-03-21T05:58:30.703Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0
2023-03-21T05:58:30.709Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:58:30.726Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?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-03-21T05:58:30.726Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||Invoke
2023-03-21T05:58:30.734Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:58:30.880Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||InvokeReturn
2023-03-21T05:58:30.881Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:58:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[729256], x-aai-txid=[1-aai-resources-230321-05:58:31:101-60106], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:58:30.881Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:58:30.882Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:58:30.882Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:58:30.891Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T05:58:30.892Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e18f8d-8954-4b54-900a-f2f560709ff7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:58:30.892Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:58:30.892Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:30.892Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:30.892Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378310892,
  "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-03-21T05:58:31.924Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:58:31.924Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"98590d00-e653-4386-b10d-a734b9f347a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a94977a-dd35-430d-b5cf-d4461d11a6cc","serviceDescription":"service","serviceInvariantUUID":"a8d9c6ec-855a-4120-bedd-073062b58525","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"957874ce-e768-4488-be41-60542675f0b2","resourceInvariantUUID":"6cc51686-4c28-4937-b4e5-5984f8751e13","resourceCustomizationUUID":"aed94782-1b8e-40f2-896e-0630fb81b9cb","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":"Y2M5NmZmMjk1Yzk4MjhjMDFkNTdlYjViYjY5ZjliNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717e5062-74f0-4b15-ab6e-2ffe9d9a0d4f","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":"NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5e958a8-1fb9-45da-ad41-3271ae3e490a","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":"a94fdf00-87d6-441b-b58e-27aa1ca44734","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":"18c048df-4501-43a0-b735-bd9fbf787a8b","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":"a8c9fce1-da0b-4e83-9d7c-2d04262438fb","artifactVersion":"2","generatedFromUUID":"a94fdf00-87d6-441b-b58e-27aa1ca44734"},{"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":"YWU3NTExY2I5NGIzMWJmYTEyYTUyM2Y1YjlmZGY4M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c998aa2b-9f55-4da2-85dc-11cb18f9cbcd","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":"MzRlMzY0ZDU3NTg4MDA5ZjdiNTM3ZDRkYWZlY2VhMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8916cef4-3071-4212-9b24-8627a5e84857","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8c175bd-3e73-4fb0-9070-9bf352069c72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:58:31.924Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:58:31.925Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:31.925Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:31.925Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:58:32.926Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:58:32.926Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:32.926Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:32.926Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:58:33.928Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:58:33.928Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:33.928Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:33.928Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:58:34.929Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:58:34.930Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:34.930Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:34.930Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:58:35.931Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:58:35.932Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:35.932Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:35.932Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:58:36.933Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:58:36.933Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:36.934Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:36.934Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "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-03-21T05:58:37.934Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:58:37.935Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:37.935Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:37.935Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:58:38.936Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:58:38.936Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:38.936Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:38.936Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:58:39.937Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a94977a-dd35-430d-b5cf-d4461d11a6cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8d9c6ec-855a-4120-bedd-073062b58525",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aed94782-1b8e-40f2-896e-0630fb81b9cb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "957874ce-e768-4488-be41-60542675f0b2",
      "resourceInvariantUUID": "6cc51686-4c28-4937-b4e5-5984f8751e13",
      "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": "NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5e958a8-1fb9-45da-ad41-3271ae3e490a",
          "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": "a94fdf00-87d6-441b-b58e-27aa1ca44734",
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
            "generatedFromUUID": "a94fdf00-87d6-441b-b58e-27aa1ca44734"
          },
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8c175bd-3e73-4fb0-9070-9bf352069c72"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:58:39.938Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:58:39.938Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a94977a-dd35-430d-b5cf-d4461d11a6cc ASDC
2023-03-21T05:58:39.938Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98590d00-e653-4386-b10d-a734b9f347a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
ServiceInvariantUUID:a8d9c6ec-855a-4120-bedd-073062b58525
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:c8c175bd-3e73-4fb0-9070-9bf352069c72
ArtifactChecksum:NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
ResourceInvariantUUID:6cc51686-4c28-4937-b4e5-5984f8751e13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:957874ce-e768-4488-be41-60542675f0b2
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:a5e958a8-1fb9-45da-ad41-3271ae3e490a
ArtifactChecksum:NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg=
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:a94fdf00-87d6-441b-b58e-27aa1ca44734
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T05:58:39.938Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a94977a-dd35-430d-b5cf-d4461d11a6cc 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-03-21T05:58:39.990Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:58:39.991Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:58:39.991Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:58:39.991Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T05:58:39.991Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:58:39.991Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:58:40.018Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T05:58:40.018Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@698a71f0
2023-03-21T05:58:40.018Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T05:58:40.019Z|98590d00-e653-4386-b10d-a734b9f347a9|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-21T05:58:40.019Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8c175bd-3e73-4fb0-9070-9bf352069c72 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T05:58:40.019Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-21T05:58:40.019Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-21T05:58:40.019Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T05:58:40.019Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:40.020Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:40.020Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378320019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:58:41.020Z|98590d00-e653-4386-b10d-a734b9f347a9|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:c8c175bd-3e73-4fb0-9070-9bf352069c72)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T05:58:41.067Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists
2023-03-21T05:58:41.067Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:58:41.067Z|98590d00-e653-4386-b10d-a734b9f347a9|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: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists)
2023-03-21T05:58:41.067Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:58:41.067Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:41.068Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:41.068Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378321067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:58:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:58:41.100Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: cached metadata has changed from (version93: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version94: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-21T05:58:41.116Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:58:41.117Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T05:58:41.122Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:58:41.123Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T05:58:41.141Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T05:58:41.141Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:58:41.142Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:58:41.154Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:58:41.154Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:58:41.154Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:58:41.155Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1391, 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-03-21T05:58:41.155Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:58:41.155Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T05:58:42.069Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:58:42.069Z|98590d00-e653-4386-b10d-a734b9f347a9|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: 957874ce-e768-4488-be41-60542675f0b2 already exists)
2023-03-21T05:58:42.069Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T05:58:42.069Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:58:42.069Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:58:42.070Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378322069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:58:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378221937,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:58:42.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378231295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378232964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
}
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378233965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
}
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378265290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378276697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:58:42.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378278638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
}
2023-03-21T05:58:42.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378279640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
}
2023-03-21T05:58:42.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378310892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378320019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T05:58:42.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378321067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
}
2023-03-21T05:58:42.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:42.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:58:42.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378322069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
}
2023-03-21T05:58:42.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:58:43.070Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:58:43.098Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:58:43.103Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:58:43.103Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:58:43.103Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:58:43.104Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:58:43.104Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:58:43.104Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:58:43.104Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:58:43.104Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:58:43.104Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:58:43.119Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:59:13.119Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T05:59:13.132Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98590d00-e653-4386-b10d-a734b9f347a9 and serviceModelVersionId: 5a94977a-dd35-430d-b5cf-d4461d11a6cc
2023-03-21T05:59:13.132Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8d9c6ec-855a-4120-bedd-073062b58525
2023-03-21T05:59:13.132Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0
2023-03-21T05:59:13.136Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:59:13.147Z|98590d00-e653-4386-b10d-a734b9f347a9|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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?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-03-21T05:59:13.147Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||Invoke
2023-03-21T05:59:13.155Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:59:13.293Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||InvokeReturn
2023-03-21T05:59:13.293Z|98590d00-e653-4386-b10d-a734b9f347a9|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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:59:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[741544], x-aai-txid=[1-aai-resources-230321-05:59:13:521-94051], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:59:13.293Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:59:13.294Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:59:13.294Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:59:13.305Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T05:59:13.305Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98590d00-e653-4386-b10d-a734b9f347a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:59:13.305Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:59:13.305Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:13.305Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:13.306Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378353305,
  "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-03-21T05:59:14.333Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T05:59:14.333Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"476fc99b-70c8-468d-9a48-ed6783a233a1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e45c2106-e67d-4ee5-b1ef-19ada300221d","serviceDescription":"service","serviceInvariantUUID":"cbe14fe5-f16e-41b0-b777-f80c4e928e9a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86582baf-078f-4ae8-9693-40b3574923cd","resourceInvariantUUID":"816b504b-03fe-445d-a739-2f99a1dd43ee","resourceCustomizationUUID":"3b57a869-14b5-42be-8380-67bb62b237ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTY1OTFkNmMxOTY3NzEyYzQ0NDRhODA3YmYxNjdjN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a01a4f1-4cd8-45d5-819b-6026d261aeab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7df5dfbc-7c23-480d-bdfb-e7e4f0f16a95","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb6d0bd2-e3bb-4841-9db2-906cbd175c8d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjQ2YTQ5ZjU2YzRhMWEzZjc3YWZmNWNhMzk4MGU3MjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3bbec7de-a70a-4c1e-91fc-e9fb9d889e7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21eaffc4-ac87-4571-8041-790cbd3e6e08","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b99f0c0-470b-453e-934c-5ca6463f8c5f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13ccc503-c491-45cf-bdf9-d3d121e60ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTBhNmY2MGNmYzIyOGY1ODQ1NGYzZTFiNTAyYmE3YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84229124-4e9c-4b68-89e2-596655fc50d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a86dd3a-58dd-48ac-9fd2-5e64309c8f75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T05:59:14.334Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:59:14.334Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:14.334Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:14.334Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:15.335Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:59:15.335Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:15.335Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:15.336Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:16.336Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:59:16.337Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:16.337Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:16.337Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:17.339Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:59:17.339Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:17.339Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:17.339Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:18.340Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:59:18.341Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:18.341Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:18.341Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:19.343Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:59:19.344Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:19.344Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:19.344Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:20.346Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:59:20.346Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:20.346Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:20.346Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:21.348Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:59:21.348Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:21.348Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:21.349Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:22.351Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T05:59:22.351Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:22.351Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:22.351Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:23.353Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e45c2106-e67d-4ee5-b1ef-19ada300221d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbe14fe5-f16e-41b0-b777-f80c4e928e9a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3b57a869-14b5-42be-8380-67bb62b237ac",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "86582baf-078f-4ae8-9693-40b3574923cd",
      "resourceInvariantUUID": "816b504b-03fe-445d-a739-2f99a1dd43ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a86dd3a-58dd-48ac-9fd2-5e64309c8f75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T05:59:23.354Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T05:59:23.354Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45c2106-e67d-4ee5-b1ef-19ada300221d ASDC
2023-03-21T05:59:23.354Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:476fc99b-70c8-468d-9a48-ed6783a233a1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e45c2106-e67d-4ee5-b1ef-19ada300221d
ServiceInvariantUUID:cbe14fe5-f16e-41b0-b777-f80c4e928e9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75
ArtifactChecksum:YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3b57a869-14b5-42be-8380-67bb62b237ac
ResourceInvariantUUID:816b504b-03fe-445d-a739-2f99a1dd43ee
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:86582baf-078f-4ae8-9693-40b3574923cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T05:59:23.354Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45c2106-e67d-4ee5-b1ef-19ada300221d 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-03-21T05:59:23.414Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:59:23.414Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:59:23.414Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:59:23.414Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T05:59:23.414Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T05:59:23.415Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T05:59:23.695Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T05:59:23.699Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 111097
2023-03-21T05:59:23.699Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T05:59:23.700Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T05:59:23.700Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T05:59:23.700Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:23.700Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:23.700Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378363699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:24.701Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T05:59:24.702Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T05:59:24.702Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T05:59:24.702Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-21T05:59:24.702Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T05:59:24.702Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T05:59:24.773Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP916733621509042459/Definitions/service-TestPnfMacro-template.yml
2023-03-21T05:59:25.348Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T05:59:25.348Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:59:25.348Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T05:59:25.348Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T05:59:25.348Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T05:59:25.348Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T05:59:25.348Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:59:25.349Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:59:25.350Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
Model Version:NULL
Model InvariantUuid:ec2d3468-c874-4b80-aa33-979d21c8d926
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-03-21T05:59:25.365Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 86582baf-078f-4ae8-9693-40b3574923cd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T05:59:25.369Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||test-pnf 0
2023-03-21T05:59:25.369Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 86582baf-078f-4ae8-9693-40b3574923cd
2023-03-21T05:59:25.369Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e45c2106-e67d-4ee5-b1ef-19ada300221d
2023-03-21T05:59:25.369Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e45c2106-e67d-4ee5-b1ef-19ada300221d
2023-03-21T05:59:25.369Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 86582baf-078f-4ae8-9693-40b3574923cd 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-03-21T05:59:25.379Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d13bb1c, org.onap.sdc.toscaparser.api.parameters.Input@2da67d71, org.onap.sdc.toscaparser.api.parameters.Input@2afeebbb, org.onap.sdc.toscaparser.api.parameters.Input@64d2dc08, org.onap.sdc.toscaparser.api.parameters.Input@245950d5]
2023-03-21T05:59:25.379Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:59:25.379Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:59:25.379Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d: test-pnf
2023-03-21T05:59:25.379Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Processing PNF resource: 86582baf-078f-4ae8-9693-40b3574923cd
2023-03-21T05:59:25.379Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T05:59:25.379Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T05:59:25.379Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||Resource customization UUID: 850b1777-af11-4720-a01f-ce0101ceac07 is NOT the same as notified resource customizationUUID: 3b57a869-14b5-42be-8380-67bb62b237ac
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2023-03-21T05:59:25.428Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 86582baf-078f-4ae8-9693-40b3574923cd 0 ASDC deployResourceStructure
2023-03-21T05:59:25.429Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T05:59:25.429Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T05:59:25.429Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T05:59:25.429Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:25.429Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:25.429Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378365429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:26.430Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:59:26.454Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T05:59:26.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T05:59:26.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T05:59:26.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T05:59:26.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T05:59:26.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:59:26.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:59:26.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:59:26.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T05:59:26.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T05:59:26.471Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T05:59:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T05:59:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378353305,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T05:59:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679377650790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T05:59:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378363699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T05:59:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:41.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T05:59:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378365429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T05:59:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T05:59:56.472Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T05:59:56.483Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 and serviceModelVersionId: e45c2106-e67d-4ee5-b1ef-19ada300221d
2023-03-21T05:59:56.483Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbe14fe5-f16e-41b0-b777-f80c4e928e9a
2023-03-21T05:59:56.484Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0
2023-03-21T05:59:56.490Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T05:59:56.505Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||Invoke
2023-03-21T05:59:56.506Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[146d3561-61c5-421b-a906-d8b22c915b44], X-ECOMP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-TransactionId=[], X-ONAP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], Content-Type=[application/merge-patch+json]}
2023-03-21T05:59:56.515Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T05:59:56.663Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?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/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 05:59:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[766120], x-aai-txid=[2-aai-resources-230321-05:59:56:880-94637], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T05:59:56.664Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T05:59:56.664Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||InvokeReturn
2023-03-21T05:59:56.665Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T05:59:56.665Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T05:59:56.678Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T05:59:56.678Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 476fc99b-70c8-468d-9a48-ed6783a233a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T05:59:56.678Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T05:59:56.678Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T05:59:56.678Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T05:59:56.679Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378396678,
  "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-03-21T05:59:57.706Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T05:59:57.706Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T05:59:57.706Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 0 disconnected.
2023-03-21T05:59:57.707Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Cancelled in-flight METADATA request with correlation id 101479 due to node 0 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-21T05:59:57.707Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 1 disconnected.
2023-03-21T05:59:57.707Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:59:57.707Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:59:57.707Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:59:57.707Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:59:57.712Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-47f7fd8d-dcf5-4515-82b1-5ef798c92793
2023-03-21T05:59:57.712Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-21T05:59:57.712Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T05:59:57.712Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T05:59:59.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:02.494Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:05.503Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:08.511Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:11.519Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:14.528Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:17.537Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:20.546Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:23.555Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:26.564Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:29.572Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:32.580Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:35.588Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:38.597Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:00:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:41.115Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:00:41.115Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:00:41.121Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:00:41.121Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-47f7fd8d-dcf5-4515-82b1-5ef798c92793', protocol='range'}
2023-03-21T06:00:41.125Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:00:41.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:00:41.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:00:41.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:00:41.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:00:41.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:00:41.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-1077407c-2d6d-4b56-92b5-b4a79a9734bf-47f7fd8d-dcf5-4515-82b1-5ef798c92793=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-03-21T06:00:41.140Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-47f7fd8d-dcf5-4515-82b1-5ef798c92793', protocol='range'}
2023-03-21T06:00:41.141Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:00:41.141Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:00:41.145Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:00:41.145Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:00:41.146Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:00:41.146Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:00:41.146Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:00:41.146Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:00:41.146Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:00:41.146Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:00:41.146Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:00:41.150Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:00:41.150Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:00:41.150Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:00:41.151Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1441, 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-03-21T06:00:41.151Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:00:41.151Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:00:41.220Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:00:41.220Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:00:41.221Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:00:41.222Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:00:41.222Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:00:41.222Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:42.165Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:00:42.165Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378396678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:00:42.166Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:00:42.166Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:00:42.166Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:00:42.166Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:00:42.222Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:00:42.223Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:00:42.223Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:00:42.223Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:43.224Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:00:43.225Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:00:43.225Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:00:43.225Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:44.227Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:00:44.227Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:00:44.227Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:00:44.227Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:45.228Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:00:45.228Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:00:45.228Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:00:45.228Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:46.229Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:00:46.229Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:00:46.229Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:00:46.229Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:47.230Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:00:47.230Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:00:47.230Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:00:47.230Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:48.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:00:48.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:00:48.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T06:00:48.232Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:00:48.232Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T06:00:48.280Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:00:48.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:00:48.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:00:48.281Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:00:48.282Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:00:48.282Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:00:48.312Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:00:48.312Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1641ef56
2023-03-21T06:00:48.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:00:48.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:00:48.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:00:48.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T06:00:48.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T06:00:48.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:00:48.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:00:48.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:00:48.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378448313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:49.315Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T06:00:49.338Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:00:49.338Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T06:00:49.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T06:00:49.343Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T06:00:49.344Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:00:49.344Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:00:49.344Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:00:49.360Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:00:49.360Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5aa2e946
2023-03-21T06:00:49.360Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:00:49.360Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:00:49.360Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:00:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T06:00:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T06:00:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:00:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:00:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:00:49.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378449361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:00:50.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T06:00:50.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:00:50.393Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:00:50.398Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:00:50.398Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:01:20.398Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:01:20.424Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:01:20.434Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:01:20.435Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:01:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:01:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:01:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:01:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:01:50.435Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:01:50.462Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:01:50.467Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:01:50.467Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:02:20.467Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:02:20.489Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:02:20.493Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:02:20.493Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:02:41.101Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:02:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:02:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:02:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:02:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:02:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:02:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:02:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:02:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378448313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:02:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:02:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T06:02:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378449361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:02:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:02:50.493Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:02:50.524Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:02:50.528Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:02:50.528Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:03:20.528Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:03:20.554Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:03:20.559Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:03:20.559Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:03:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:03:50.560Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:03:50.582Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:03:50.586Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:03:50.587Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:04:20.587Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:04:20.614Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:04:20.619Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:04:20.620Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:04:41.102Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:04:50.620Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:04:50.643Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:04:50.646Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:04:50.646Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:05:20.647Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:05:20.669Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:05:20.673Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:05:20.673Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:05:41.104Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:05:41.275Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:05:41.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-47f7fd8d-dcf5-4515-82b1-5ef798c92793 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T06:05:41.276Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T06:05:41.276Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T06:05:41.677Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:05:41.691Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:05:41.692Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:05:41.699Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:05:41.699Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:05:41.717Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:05:41.718Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:05:41.718Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:05:41.723Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:05:41.724Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:05:41.724Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:05:41.724Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1451, 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-03-21T06:05:41.724Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:05:41.725Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:05:50.674Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T06:05:50.674Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T06:05:50.687Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T06:05:50.687Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T06:05:50.688Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T06:05:50.694Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:05:50.710Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T06:05:50.710Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T06:05:50.716Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T06:05:50.843Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T06:05:50.843Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:05:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-06:05:51:082-33737], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:05:50.844Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:05:50.844Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:05:50.844Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:05:50.853Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:05:50.853Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T06:05:50.853Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T06:05:50.853Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:05:50.854Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:05:50.854Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378750853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:05:50.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:05:50.871Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378750853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T06:05:50.872Z||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-03-21T06:05:51.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:05:51.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:05:51.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:05:51.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:05:51.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:05:51.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:05:52.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:05:52.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:05:52.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:05:52.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:05:53.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:05:53.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:05:53.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:05:53.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:05:54.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:05:54.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:05:54.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:05:54.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:05:55.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:05:55.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:05:55.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:05:55.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:05:56.888Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:05:56.888Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:05:56.888Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:05:56.888Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:05:57.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:05:57.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:05:57.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:05:57.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:05:58.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:05:58.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:05:58.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T06:05:58.892Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:05:58.892Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T06:05:58.939Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:05:58.939Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:05:58.939Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:05:58.939Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:05:58.939Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:05:58.939Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:05:59.248Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:05:59.251Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T06:05:59.252Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:05:59.252Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:05:59.252Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:05:59.252Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:05:59.252Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:05:59.252Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378759252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:00.253Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:06:00.255Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:06:00.256Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:00.256Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T06:06:00.257Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:00.257Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:00.420Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11526223627005049239/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T06:06:01.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:06:01.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:06:01.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T06:06:01.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:01.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:06:01.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:01.847Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:06:01.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.849Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:06:01.849Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:06:01.849Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.849Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:06:01.849Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:06:01.849Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.849Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:06:01.849Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:06:01.850Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.851Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:06:01.852Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:01.853Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T06:06:01.893Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T06:06:01.893Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:06:01.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T06:06:01.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:06:01.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:01.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:01.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378761893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:02.895Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:06:02.895Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T06:06:02.895Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:06:02.896Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:02.896Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:02.896Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378762895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:03.897Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:06:03.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:06:03.924Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:06:03.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:06:03.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:06:03.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:06:03.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:06:03.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:06:03.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:06:03.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:06:03.925Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:06:03.937Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:06:33.938Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T06:06:33.950Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T06:06:33.950Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T06:06:33.951Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T06:06:33.956Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:06:33.973Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T06:06:33.973Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[076c9b55-a414-4985-be1f-5349dc0b5e72], X-ECOMP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-TransactionId=[], X-ONAP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], Content-Type=[application/merge-patch+json]}
2023-03-21T06:06:33.980Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:06:34.133Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:06:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[143368], x-aai-txid=[2-aai-resources-230321-06:06:34:346-63939], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:06:34.133Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:06:34.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T06:06:34.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:06:34.134Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:06:34.145Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:06:34.145Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:06:34.146Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:06:34.146Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:34.146Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:34.146Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378794146,
  "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-03-21T06:06:35.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:06:35.172Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:06:35.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:06:35.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:35.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:35.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:36.173Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:06:36.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:36.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:36.174Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:37.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:06:37.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:37.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:37.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:38.175Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:06:38.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:38.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:38.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:39.176Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:06:39.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:39.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:39.177Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:40.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:06:40.178Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:40.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:40.179Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:06:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:06:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:06:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378759252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378761893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378762895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378794146,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:06:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:06:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:06:41.180Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:06:41.180Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:41.180Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:41.180Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:42.181Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:06:42.181Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:06:42.182Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T06:06:42.182Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:06:42.182Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T06:06:42.229Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:06:42.230Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:06:42.230Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:06:42.230Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:42.230Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:06:42.231Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:42.762Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:06:42.765Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T06:06:42.766Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:06:42.766Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:42.766Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:06:42.766Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:42.766Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:42.766Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378802766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:43.767Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:06:43.768Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:06:43.768Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:43.768Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T06:06:43.768Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:43.769Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:43.876Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4291663080639403368/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.331Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:06:45.332Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:06:45.334Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.335Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:06:45.336Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:06:45.337Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T06:06:45.384Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T06:06:45.384Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:06:45.384Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T06:06:45.384Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:06:45.385Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:45.385Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:45.385Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378805384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:46.385Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:06:46.386Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T06:06:46.386Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:06:46.386Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:06:46.386Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:06:46.386Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378806385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:06:47.387Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:06:47.415Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:06:47.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:06:47.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:06:47.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:06:47.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:06:47.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:06:47.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:06:47.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:06:47.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:06:47.421Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:06:47.436Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:07:17.437Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T06:07:17.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T06:07:17.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T06:07:17.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T06:07:17.456Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:07:17.468Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T06:07:17.469Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2ef63f3-cc66-4278-8526-e9459646c94e], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T06:07:17.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:07:17.619Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:07:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[217112], x-aai-txid=[2-aai-resources-230321-06:07:17:841-19448], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:07:17.620Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:07:17.620Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T06:07:17.621Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:07:17.621Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:07:17.640Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:07:17.640Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:07:17.641Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:07:17.641Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:17.641Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:17.641Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378837641,
  "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-03-21T06:07:18.672Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:07:18.672Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:07:18.673Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:07:18.673Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:18.673Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:18.673Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:19.674Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:07:19.674Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:19.674Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:19.674Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:20.676Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:07:20.676Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:07:20.676Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T06:07:20.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T06:07:20.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T06:07:20.718Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:07:20.718Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:07:20.718Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:07:20.718Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T06:07:20.718Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:07:20.718Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:07:20.736Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:07:20.736Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7212f7f9
2023-03-21T06:07:20.736Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:07:20.736Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T06:07:20.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:07:20.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T06:07:20.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T06:07:20.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:07:20.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:20.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:20.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378840737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:21.738Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:07:21.789Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T06:07:21.790Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:07:21.790Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T06:07:21.790Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:07:21.790Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:21.790Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:21.790Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378841790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:22.791Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:07:22.791Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T06:07:22.791Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:07:22.791Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:22.791Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:22.791Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378842791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:23.792Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:07:23.817Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:07:23.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:07:23.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:07:23.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:07:23.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:07:23.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:07:23.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:07:23.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:07:23.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:07:23.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:07:23.836Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:07:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:07:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:07:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:07:53.836Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T06:07:53.850Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T06:07:53.850Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T06:07:53.851Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T06:07:53.856Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:07:53.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T06:07:53.870Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd1bc415-abfd-43e7-849c-66283ea8b793], X-ECOMP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-TransactionId=[], X-ONAP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], Content-Type=[application/merge-patch+json]}
2023-03-21T06:07:53.877Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:07:54.015Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:07:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[606376], x-aai-txid=[0-aai-resources-230321-06:07:54:244-91949], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:07:54.015Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:07:54.017Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T06:07:54.017Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:07:54.018Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:07:54.028Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:07:54.029Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:07:54.029Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:07:54.029Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:54.029Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:54.030Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378874029,
  "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-03-21T06:07:55.060Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:07:55.060Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:07:55.060Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:07:55.061Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:55.061Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:55.061Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:56.062Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:07:56.062Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:56.062Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:56.063Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:57.063Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:07:57.064Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:57.064Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:57.064Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:58.065Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:07:58.065Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:58.065Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:58.065Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:07:59.066Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:07:59.067Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:07:59.067Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:07:59.067Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:00.067Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:00.068Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:00.068Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:00.068Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:01.069Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:01.069Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:01.069Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:01.069Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:02.070Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:02.070Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:02.071Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:02.071Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:03.072Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:08:03.072Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:08:03.072Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T06:08:03.072Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:08:03.073Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T06:08:03.117Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:08:03.118Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:08:03.118Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:08:03.118Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:03.118Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:08:03.118Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:03.338Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:08:03.342Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T06:08:03.342Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:08:03.342Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:03.342Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:08:03.342Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:03.342Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:03.342Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378883342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:04.343Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:08:04.344Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:08:04.344Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:04.345Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:04.345Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:04.346Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:04.421Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12615862229792870265/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T06:08:05.008Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:08:05.009Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:08:05.010Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T06:08:05.055Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T06:08:05.056Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:08:05.056Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T06:08:05.056Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:08:05.056Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:05.056Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:05.056Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378885056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:06.057Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:08:06.058Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T06:08:06.058Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:08:06.058Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:06.058Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:06.058Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378886057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:07.059Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:08:07.084Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:08:07.089Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:08:07.089Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:08:07.089Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:08:07.089Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:08:07.089Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:08:07.089Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:08:07.089Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:08:07.089Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:08:07.090Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:08:07.102Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:08:37.103Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T06:08:37.119Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T06:08:37.119Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T06:08:37.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T06:08:37.126Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:08:37.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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-03-21T06:08:37.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T06:08:37.148Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:08:37.288Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T06:08:37.289Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:08:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[196760], x-aai-txid=[1-aai-resources-230321-06:08:37:515-41267], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:08:37.289Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:08:37.289Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:08:37.289Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:08:37.301Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:08:37.301Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:08:37.301Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:08:37.301Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:37.301Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:37.301Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378917301,
  "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-03-21T06:08:38.331Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:08:38.331Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:08:38.331Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:38.331Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:38.332Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:38.332Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:08:39.332Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:39.333Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:39.333Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:39.333Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:08:40.333Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:40.334Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:40.334Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:40.334Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:08:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:08:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378802766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:08:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:08:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:08:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378805384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T06:08:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:08:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:08:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378806385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T06:08:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:08:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:08:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378837641,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:08:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:08:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:08:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:08:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:08:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:08:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:08:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:08:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:08:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378840737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:08:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:08:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:08:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378841790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T06:08:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:08:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:08:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378842791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T06:08:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:08:41.334Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:41.335Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:41.335Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:41.335Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:08:42.335Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:42.335Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:42.335Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:42.336Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:08:43.336Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:43.337Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:43.337Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:43.337Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:44.337Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:08:44.338Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:44.338Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:44.338Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:45.339Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:08:45.339Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:08:45.339Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T06:08:45.339Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:08:45.339Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T06:08:45.388Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:08:45.389Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:08:45.389Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:08:45.389Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T06:08:45.389Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:08:45.389Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:08:45.412Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:08:45.413Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1f08d354
2023-03-21T06:08:45.413Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:08:45.413Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T06:08:45.414Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:08:45.414Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T06:08:45.414Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T06:08:45.414Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:08:45.415Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:45.415Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:45.415Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378925414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:46.417Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:08:46.469Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T06:08:46.470Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:08:46.470Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T06:08:46.470Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:08:46.470Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:46.471Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:46.471Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378926470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:47.472Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:08:47.472Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T06:08:47.472Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:08:47.473Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:08:47.473Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:08:47.473Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378927471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:08:48.474Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:08:48.500Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:08:48.506Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:08:48.506Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:08:48.506Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:08:48.507Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:08:48.507Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:08:48.507Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:08:48.507Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:08:48.507Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:08:48.507Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:08:48.522Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:09:18.523Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T06:09:18.535Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T06:09:18.535Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T06:09:18.536Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T06:09:18.542Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:09:18.555Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T06:09:18.556Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4b96483-c850-4c1f-8779-51860d8d0f4c], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T06:09:18.566Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:09:18.715Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:09:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[241880], x-aai-txid=[1-aai-resources-230321-06:09:18:932-93724], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:09:18.715Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:09:18.716Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T06:09:18.716Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:09:18.716Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:09:18.726Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:09:18.727Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:09:18.727Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:09:18.727Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:18.727Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:18.727Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378958727,
  "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-03-21T06:09:19.755Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:09:19.755Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:09:19.756Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:09:19.756Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:19.756Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:19.756Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:20.757Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:09:20.757Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:20.757Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:20.757Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:21.758Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:09:21.759Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:21.759Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:21.760Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:22.761Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:09:22.761Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:22.761Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:22.761Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:23.763Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:09:23.763Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:23.763Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:23.763Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:24.764Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:09:24.765Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:24.765Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:24.765Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:25.766Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:09:25.766Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:25.766Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:25.766Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:26.767Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:09:26.767Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:26.767Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:26.768Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:27.768Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:09:27.768Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:09:27.768Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T06:09:27.768Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:09:27.769Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T06:09:27.809Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:09:27.810Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:09:27.810Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:09:27.810Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:27.810Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:09:27.810Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:28.086Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:09:28.088Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T06:09:28.088Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:09:28.088Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:28.088Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:09:28.088Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:28.088Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:28.088Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378968088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:29.089Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:09:29.090Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:09:29.090Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.091Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.091Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.092Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.170Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6897091393429092893/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T06:09:29.744Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T06:09:29.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:09:29.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T06:09:29.805Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T06:09:29.805Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:09:29.805Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T06:09:29.805Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:09:29.806Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:29.806Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:29.806Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378969805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:30.807Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:09:30.807Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T06:09:30.807Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:09:30.808Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:09:30.808Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:09:30.808Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378970807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:31.809Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:09:31.835Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:09:31.840Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:09:31.840Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:09:31.841Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:09:31.841Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:09:31.841Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:09:31.841Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:09:31.841Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:09:31.841Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:09:31.841Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:09:31.857Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:09:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:09:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378874029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:09:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378883342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:09:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378885056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T06:09:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378886057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T06:09:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378917301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:09:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:09:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:01.857Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T06:10:01.866Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T06:10:01.866Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T06:10:01.867Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T06:10:01.872Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:10:01.887Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T06:10:01.887Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ebbe8b6e-0559-41e5-a5ae-57c9323cd081], X-ECOMP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-TransactionId=[], X-ONAP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], Content-Type=[application/merge-patch+json]}
2023-03-21T06:10:01.893Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:10:02.033Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:10:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[262360], x-aai-txid=[1-aai-resources-230321-06:10:02:259-63227], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:10:02.033Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:10:02.034Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T06:10:02.034Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:10:02.034Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:10:02.045Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:10:02.045Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:10:02.045Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:10:02.045Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:02.046Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:02.046Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379002045,
  "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-03-21T06:10:03.075Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:10:03.075Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:10:03.076Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:03.076Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:03.076Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:03.076Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:04.076Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:04.077Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:04.077Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:04.077Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:05.078Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:05.078Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:05.078Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:05.078Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:06.079Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:06.079Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:06.079Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:06.079Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:07.080Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:07.080Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:07.080Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:07.080Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:08.081Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:08.081Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:08.081Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:08.081Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:09.082Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:09.082Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:09.082Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:09.082Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:10.083Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:10.083Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:10.083Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:10.083Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:11.084Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:10:11.084Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:10:11.085Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T06:10:11.085Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:10:11.085Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T06:10:11.124Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:10:11.125Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:10:11.125Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:10:11.125Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:11.125Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:10:11.125Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:11.392Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:10:11.394Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T06:10:11.394Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:10:11.394Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:11.395Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:10:11.395Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:11.395Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:11.395Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379011394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:12.396Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:10:12.396Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:10:12.397Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:12.397Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:12.398Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:12.398Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:12.471Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1047066830363838198/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T06:10:13.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:10:13.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:10:13.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:13.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:10:13.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:13.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:13.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:13.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:10:13.012Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:13.012Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:10:13.012Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:13.012Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:10:13.012Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:13.012Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:10:13.012Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T06:10:13.051Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists
2023-03-21T06:10:13.052Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:10:13.052Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists)
2023-03-21T06:10:13.052Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:10:13.052Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:13.052Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:13.052Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379013052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:14.053Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:10:14.054Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists)
2023-03-21T06:10:14.054Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:10:14.054Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:14.054Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:14.054Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379014053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:15.055Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:10:15.082Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:10:15.086Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:10:15.086Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:10:15.087Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:10:15.087Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:10:15.087Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:10:15.087Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:10:15.087Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:10:15.087Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:10:15.087Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:10:15.100Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:10:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:41.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378925414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378926470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378927471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378958727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378968088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378969805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378970807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T06:10:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:10:45.101Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T06:10:45.111Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T06:10:45.112Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T06:10:45.113Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T06:10:45.118Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:10:45.131Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T06:10:45.132Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7acce53-f8ef-484a-9bae-c380fbeb7d8e], X-ECOMP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-TransactionId=[], X-ONAP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], Content-Type=[application/merge-patch+json]}
2023-03-21T06:10:45.138Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:10:45.270Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:10:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[274648], x-aai-txid=[1-aai-resources-230321-06:10:45:504-43544], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:10:45.271Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:10:45.271Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T06:10:45.272Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:10:45.272Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:10:45.282Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:10:45.283Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:10:45.283Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:10:45.283Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:45.283Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:45.283Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379045283,
  "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-03-21T06:10:46.312Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:10:46.312Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c7e18f8d-8954-4b54-900a-f2f560709ff7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01905d64-c8ad-4e9f-afdc-cb7ee58c1f07","serviceDescription":"service","serviceInvariantUUID":"a665b9b2-87f8-48a3-988b-0893f2679cf9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"113f7caa-38e2-4aed-87d6-5762463132e2","resourceInvariantUUID":"dd6b5af6-8c9e-46f4-9824-b586fb434de6","resourceCustomizationUUID":"a488fe58-5594-4a66-80de-ca9c1b568572","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":"MmIwNjg3ZDJkMjMzZTgwMmM5MzkwMjJmMGNiNWMwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d79d1df-c5fd-4308-b704-9334affe467d","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":"MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773e4ce9-e2c0-4106-8642-1b37dc5d3e3d","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":"88028da5-360e-4fe4-932b-3c863f5b1564","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":"21d6c1f6-5a5b-4fe4-8e62-b2eb90d869d6","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":"230b6271-5720-42e0-8f4b-9f8a753ab317","artifactVersion":"2","generatedFromUUID":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2"},{"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":"f68f82b3-e291-4af4-8e04-71929e50a772","artifactVersion":"2","generatedFromUUID":"88028da5-360e-4fe4-932b-3c863f5b1564"},{"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":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2","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":"68e52994-54ff-4a23-9f05-897753130364","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":"NmZmODgxNGI3ZWMxODY3ZDNmMTVhMWE4Y2Q5NTZhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd28c5-7588-4d71-a01c-181f7422ff92","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412cdb7-8e9e-4e35-ae21-7c349fee3f85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:10:46.312Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:46.313Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:46.313Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:46.313Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:10:47.313Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:47.314Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:47.314Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:47.314Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:10:48.315Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:48.315Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:48.315Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:48.318Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:10:49.319Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:49.319Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:49.320Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:49.320Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:10:50.320Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:50.321Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:50.321Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:50.321Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:10:51.322Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:51.322Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:51.322Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:51.322Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:10:52.323Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:52.323Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:52.323Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:52.323Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:10:53.324Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:53.324Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:53.324Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:53.324Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:10:54.325Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:54.326Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:54.326Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:54.326Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:55.326Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:10:55.327Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:55.327Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:55.327Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:56.328Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01905d64-c8ad-4e9f-afdc-cb7ee58c1f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a665b9b2-87f8-48a3-988b-0893f2679cf9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a488fe58-5594-4a66-80de-ca9c1b568572",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "113f7caa-38e2-4aed-87d6-5762463132e2",
      "resourceInvariantUUID": "dd6b5af6-8c9e-46f4-9824-b586fb434de6",
      "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": "MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773e4ce9-e2c0-4106-8642-1b37dc5d3e3d",
          "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": "88028da5-360e-4fe4-932b-3c863f5b1564",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
            "generatedFromUUID": "88028da5-360e-4fe4-932b-3c863f5b1564"
          },
          "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": "230b6271-5720-42e0-8f4b-9f8a753ab317",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
          "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": "675e0846-49a0-4f3f-aaf0-eecc4ab76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2412cdb7-8e9e-4e35-ae21-7c349fee3f85"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:10:56.328Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:10:56.328Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 ASDC
2023-03-21T06:10:56.328Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7e18f8d-8954-4b54-900a-f2f560709ff7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
ServiceInvariantUUID:a665b9b2-87f8-48a3-988b-0893f2679cf9
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:2412cdb7-8e9e-4e35-ae21-7c349fee3f85
ArtifactChecksum:ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a488fe58-5594-4a66-80de-ca9c1b568572
ResourceInvariantUUID:dd6b5af6-8c9e-46f4-9824-b586fb434de6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:113f7caa-38e2-4aed-87d6-5762463132e2
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:773e4ce9-e2c0-4106-8642-1b37dc5d3e3d
ArtifactChecksum:MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM=
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:88028da5-360e-4fe4-932b-3c863f5b1564
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:230b6271-5720-42e0-8f4b-9f8a753ab317
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:675e0846-49a0-4f3f-aaf0-eecc4ab76af2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:10:56.328Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 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-03-21T06:10:56.368Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:10:56.368Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:10:56.368Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:10:56.368Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T06:10:56.369Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:10:56.369Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:56.672Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:10:56.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 163279
2023-03-21T06:10:56.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:56.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:56.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:10:56.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:56.678Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:56.678Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379056677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:57.679Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:10:57.680Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:10:57.681Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:10:57.681Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-21T06:10:57.683Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:10:57.683Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:10:57.821Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6732802966586627701/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-21T06:10:58.603Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:10:58.604Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.605Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=37e29a3d-c930-4345-b180-aacf37331fc8
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.606Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.607Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.607Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.607Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.607Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.607Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:10:58.607Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.607Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
Model Version:NULL
Model InvariantUuid:a665b9b2-87f8-48a3-988b-0893f2679cf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bd6fd355-2030-4dc0-aa80-915a0c052294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd6b5af6-8c9e-46f4-9824-b586fb434de6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a488fe58-5594-4a66-80de-ca9c1b568572
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0880845-ac8e-4569-9956-087448a8bd6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:258fb453-aa14-438d-85b2-e5977a67d8e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:37e29a3d-c930-4345-b180-aacf37331fc8
ModelInvariantUuid:96a8f603-a7ec-434e-80d2-fab044443232
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c73245af-a1cd-4bac-803f-499d05ebee3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0bf709ae-fcb9-4f1f-93f9-31ff6962692b
ModelInvariantUuid:f110a654-b45d-4307-9f47-86e965e471e5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:860405e8-bdfa-4a56-bbb0-d81eae49c337
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-03-21T06:10:58.647Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists
2023-03-21T06:10:58.647Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:58.647Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists)
2023-03-21T06:10:58.647Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:10:58.647Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:58.648Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:58.648Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379058647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:10:59.649Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:10:59.649Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists)
2023-03-21T06:10:59.649Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:10:59.649Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:10:59.649Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:10:59.649Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379059649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:11:00.650Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:11:00.673Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:11:00.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:11:00.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:11:00.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:11:00.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:11:00.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:11:00.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:11:00.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:11:00.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:11:00.677Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:11:00.689Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:11:30.689Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T06:11:30.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 and serviceModelVersionId: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T06:11:30.700Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a665b9b2-87f8-48a3-988b-0893f2679cf9
2023-03-21T06:11:30.700Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0
2023-03-21T06:11:30.704Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:11:30.716Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?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-03-21T06:11:30.717Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||Invoke
2023-03-21T06:11:30.724Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:11:30.857Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||InvokeReturn
2023-03-21T06:11:30.857Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:11:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[729256], x-aai-txid=[2-aai-resources-230321-06:11:31:090-34214], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:11:30.858Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:11:30.859Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:11:30.859Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:11:30.866Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:11:30.866Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e18f8d-8954-4b54-900a-f2f560709ff7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:11:30.866Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:11:30.866Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:30.866Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:30.866Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379090866,
  "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-03-21T06:11:31.895Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:11:31.896Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"98590d00-e653-4386-b10d-a734b9f347a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a94977a-dd35-430d-b5cf-d4461d11a6cc","serviceDescription":"service","serviceInvariantUUID":"a8d9c6ec-855a-4120-bedd-073062b58525","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"957874ce-e768-4488-be41-60542675f0b2","resourceInvariantUUID":"6cc51686-4c28-4937-b4e5-5984f8751e13","resourceCustomizationUUID":"aed94782-1b8e-40f2-896e-0630fb81b9cb","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":"Y2M5NmZmMjk1Yzk4MjhjMDFkNTdlYjViYjY5ZjliNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717e5062-74f0-4b15-ab6e-2ffe9d9a0d4f","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":"NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5e958a8-1fb9-45da-ad41-3271ae3e490a","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":"a94fdf00-87d6-441b-b58e-27aa1ca44734","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":"18c048df-4501-43a0-b735-bd9fbf787a8b","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":"a8c9fce1-da0b-4e83-9d7c-2d04262438fb","artifactVersion":"2","generatedFromUUID":"a94fdf00-87d6-441b-b58e-27aa1ca44734"},{"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":"YWU3NTExY2I5NGIzMWJmYTEyYTUyM2Y1YjlmZGY4M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c998aa2b-9f55-4da2-85dc-11cb18f9cbcd","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":"MzRlMzY0ZDU3NTg4MDA5ZjdiNTM3ZDRkYWZlY2VhMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8916cef4-3071-4212-9b24-8627a5e84857","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8c175bd-3e73-4fb0-9070-9bf352069c72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:11:31.896Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:11:31.896Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:31.896Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:31.896Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:11:32.898Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:11:32.898Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:32.898Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:32.898Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:11:33.900Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:11:33.900Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:33.900Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:33.900Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:11:34.902Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:11:34.902Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:34.902Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:34.902Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:11:35.904Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:11:35.904Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:35.904Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:35.904Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:11:36.905Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:11:36.906Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:36.906Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:36.906Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "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-03-21T06:11:37.907Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:11:37.908Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:37.908Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:37.908Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:11:38.909Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:11:38.910Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:38.910Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:38.910Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:11:39.911Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a94977a-dd35-430d-b5cf-d4461d11a6cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8d9c6ec-855a-4120-bedd-073062b58525",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aed94782-1b8e-40f2-896e-0630fb81b9cb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "957874ce-e768-4488-be41-60542675f0b2",
      "resourceInvariantUUID": "6cc51686-4c28-4937-b4e5-5984f8751e13",
      "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": "NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5e958a8-1fb9-45da-ad41-3271ae3e490a",
          "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": "a94fdf00-87d6-441b-b58e-27aa1ca44734",
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
            "generatedFromUUID": "a94fdf00-87d6-441b-b58e-27aa1ca44734"
          },
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8c175bd-3e73-4fb0-9070-9bf352069c72"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:11:39.912Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:11:39.912Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a94977a-dd35-430d-b5cf-d4461d11a6cc ASDC
2023-03-21T06:11:39.912Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98590d00-e653-4386-b10d-a734b9f347a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
ServiceInvariantUUID:a8d9c6ec-855a-4120-bedd-073062b58525
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:c8c175bd-3e73-4fb0-9070-9bf352069c72
ArtifactChecksum:NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
ResourceInvariantUUID:6cc51686-4c28-4937-b4e5-5984f8751e13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:957874ce-e768-4488-be41-60542675f0b2
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:a5e958a8-1fb9-45da-ad41-3271ae3e490a
ArtifactChecksum:NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg=
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:a94fdf00-87d6-441b-b58e-27aa1ca44734
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:11:39.912Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a94977a-dd35-430d-b5cf-d4461d11a6cc 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-03-21T06:11:39.965Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:11:39.966Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:11:39.966Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:11:39.966Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T06:11:39.966Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:11:39.966Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:11:39.988Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:11:39.988Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@286a5679
2023-03-21T06:11:39.988Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:11:39.988Z|98590d00-e653-4386-b10d-a734b9f347a9|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-21T06:11:39.989Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8c175bd-3e73-4fb0-9070-9bf352069c72 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:11:39.989Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:11:39.989Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:11:39.989Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:11:39.989Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:39.989Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:39.989Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379099989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:11:40.991Z|98590d00-e653-4386-b10d-a734b9f347a9|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:c8c175bd-3e73-4fb0-9070-9bf352069c72)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:11:41.041Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists
2023-03-21T06:11:41.042Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:11:41.042Z|98590d00-e653-4386-b10d-a734b9f347a9|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: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists)
2023-03-21T06:11:41.042Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:11:41.042Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:41.042Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:41.042Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379101042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:11:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:11:41.101Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: cached metadata has changed from (version96: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version97: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-21T06:11:41.119Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:11:41.120Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:11:41.126Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:11:41.126Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:11:41.140Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:11:41.140Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:11:41.140Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:11:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:11:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:11:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:11:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1514, 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-03-21T06:11:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:11:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:11:41.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.659Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379002045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:11:41.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379011394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379013052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
}
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379014053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
}
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379045283,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379056677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379058647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
}
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379059649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
}
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379090866,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.668Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379099989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:11:41.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:41.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:11:41.670Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379101042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
}
2023-03-21T06:11:41.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:11:42.044Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:11:42.044Z|98590d00-e653-4386-b10d-a734b9f347a9|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: 957874ce-e768-4488-be41-60542675f0b2 already exists)
2023-03-21T06:11:42.045Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:11:42.045Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:11:42.045Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:11:42.045Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379102044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:11:43.046Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:11:43.068Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:11:43.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:11:43.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:11:43.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:11:43.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:11:43.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:11:43.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:11:43.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:11:43.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:11:43.072Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:11:43.081Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:12:13.081Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T06:12:13.093Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98590d00-e653-4386-b10d-a734b9f347a9 and serviceModelVersionId: 5a94977a-dd35-430d-b5cf-d4461d11a6cc
2023-03-21T06:12:13.093Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8d9c6ec-855a-4120-bedd-073062b58525
2023-03-21T06:12:13.094Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0
2023-03-21T06:12:13.097Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:12:13.111Z|98590d00-e653-4386-b10d-a734b9f347a9|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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?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-03-21T06:12:13.112Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||Invoke
2023-03-21T06:12:13.119Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:12:13.255Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||InvokeReturn
2023-03-21T06:12:13.255Z|98590d00-e653-4386-b10d-a734b9f347a9|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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:12:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[741544], x-aai-txid=[2-aai-resources-230321-06:12:13:486-36131], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:12:13.255Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:12:13.255Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:12:13.255Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:12:13.266Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:12:13.266Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98590d00-e653-4386-b10d-a734b9f347a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:12:13.266Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:12:13.266Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:13.266Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:13.266Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379133266,
  "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-03-21T06:12:14.296Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:12:14.296Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"476fc99b-70c8-468d-9a48-ed6783a233a1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e45c2106-e67d-4ee5-b1ef-19ada300221d","serviceDescription":"service","serviceInvariantUUID":"cbe14fe5-f16e-41b0-b777-f80c4e928e9a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86582baf-078f-4ae8-9693-40b3574923cd","resourceInvariantUUID":"816b504b-03fe-445d-a739-2f99a1dd43ee","resourceCustomizationUUID":"3b57a869-14b5-42be-8380-67bb62b237ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTY1OTFkNmMxOTY3NzEyYzQ0NDRhODA3YmYxNjdjN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a01a4f1-4cd8-45d5-819b-6026d261aeab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7df5dfbc-7c23-480d-bdfb-e7e4f0f16a95","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb6d0bd2-e3bb-4841-9db2-906cbd175c8d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjQ2YTQ5ZjU2YzRhMWEzZjc3YWZmNWNhMzk4MGU3MjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3bbec7de-a70a-4c1e-91fc-e9fb9d889e7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21eaffc4-ac87-4571-8041-790cbd3e6e08","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b99f0c0-470b-453e-934c-5ca6463f8c5f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13ccc503-c491-45cf-bdf9-d3d121e60ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTBhNmY2MGNmYzIyOGY1ODQ1NGYzZTFiNTAyYmE3YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84229124-4e9c-4b68-89e2-596655fc50d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a86dd3a-58dd-48ac-9fd2-5e64309c8f75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:12:14.297Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:14.297Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:14.297Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:14.297Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:15.298Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:15.298Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:15.298Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:15.298Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:16.299Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:16.300Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:16.300Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:16.300Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:17.301Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:17.301Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:17.301Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:17.301Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:18.302Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:18.303Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:18.303Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:18.303Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:19.304Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:19.305Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:19.305Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:19.305Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:20.306Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:20.307Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:20.307Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:20.307Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:21.308Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:21.308Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:21.308Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:21.308Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:22.309Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:22.309Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:22.309Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:22.310Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:23.311Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e45c2106-e67d-4ee5-b1ef-19ada300221d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbe14fe5-f16e-41b0-b777-f80c4e928e9a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3b57a869-14b5-42be-8380-67bb62b237ac",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "86582baf-078f-4ae8-9693-40b3574923cd",
      "resourceInvariantUUID": "816b504b-03fe-445d-a739-2f99a1dd43ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a86dd3a-58dd-48ac-9fd2-5e64309c8f75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:12:23.311Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:12:23.311Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45c2106-e67d-4ee5-b1ef-19ada300221d ASDC
2023-03-21T06:12:23.311Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:476fc99b-70c8-468d-9a48-ed6783a233a1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e45c2106-e67d-4ee5-b1ef-19ada300221d
ServiceInvariantUUID:cbe14fe5-f16e-41b0-b777-f80c4e928e9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75
ArtifactChecksum:YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3b57a869-14b5-42be-8380-67bb62b237ac
ResourceInvariantUUID:816b504b-03fe-445d-a739-2f99a1dd43ee
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:86582baf-078f-4ae8-9693-40b3574923cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:12:23.311Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45c2106-e67d-4ee5-b1ef-19ada300221d 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-03-21T06:12:23.351Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:12:23.351Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:12:23.351Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:12:23.351Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:12:23.351Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:12:23.351Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:12:23.374Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:12:23.374Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@74fcc449
2023-03-21T06:12:23.375Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:12:23.375Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T06:12:23.375Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:12:23.375Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:12:23.375Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:12:23.375Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:12:23.375Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:23.375Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:23.375Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379143375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:24.376Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:12:24.420Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists
2023-03-21T06:12:24.420Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:12:24.420Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists)
2023-03-21T06:12:24.420Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:12:24.420Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:24.420Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:24.420Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379144420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:25.421Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:12:25.422Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists)
2023-03-21T06:12:25.422Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:12:25.422Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:25.422Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:25.422Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379145421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:26.423Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:12:26.446Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:12:26.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:12:26.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:12:26.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:12:26.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:12:26.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:12:26.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:12:26.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:12:26.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:12:26.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:12:26.464Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:12:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:41.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:12:41.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379102044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
}
2023-03-21T06:12:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:12:56.464Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T06:12:56.473Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 and serviceModelVersionId: e45c2106-e67d-4ee5-b1ef-19ada300221d
2023-03-21T06:12:56.473Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbe14fe5-f16e-41b0-b777-f80c4e928e9a
2023-03-21T06:12:56.474Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0
2023-03-21T06:12:56.480Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:12:56.492Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?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-03-21T06:12:56.492Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||Invoke
2023-03-21T06:12:56.499Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:12:56.645Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||InvokeReturn
2023-03-21T06:12:56.645Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:12:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[766120], x-aai-txid=[0-aai-resources-230321-06:12:56:864-66502], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:12:56.645Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:12:56.645Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:12:56.645Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:12:56.658Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:12:56.658Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 476fc99b-70c8-468d-9a48-ed6783a233a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:12:56.658Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:12:56.658Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:56.658Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:56.658Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379176658,
  "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-03-21T06:12:57.684Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:12:57.684Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3d9a5f2e-f42c-4236-b377-677e097954f1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f64717a-dfbe-4135-8bd9-a12b0d29ee6d","serviceDescription":"service","serviceInvariantUUID":"ec2d3468-c874-4b80-aa33-979d21c8d926","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"779c856d-0665-402f-97c4-5e8c359527ee","resourceInvariantUUID":"3b1bba39-2bbd-4858-8eb4-f062befaa654","resourceCustomizationUUID":"850b1777-af11-4720-a01f-ce0101ceac07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YWY0Y2Y3NDMzZmY5MGEzZWU5ZDU1ODMyMjJiNDI5MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fb7c528-16ea-4c42-8bfc-4c53a7524349","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c85848-bdba-4a76-8d7e-62c2f94a4ef4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb555b1-6efa-46df-ac2b-6e5067b1ab76","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTVhYTA1MTZlMDA4YmI0ZGQ2OTU1MTcxZjYxMWY1ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a672d27-e52a-4425-967a-1f3b9940535a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45abd2ed-af2e-41c8-95f6-d26e115a950a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be9f6629-3d1d-4c21-90b0-20561473a815","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8eb0ef6-c02d-4e5b-bc72-c77ffe295936","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MTA0NTg0ZGZhZDJhNjllNzQ4ODJlOTA5YjExZjA5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c1cd534-a9a2-4e78-a6b8-46eb1272cd5a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6824b5e1-94a4-4faa-80f6-c350d2399310","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:12:57.684Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:57.685Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:57.685Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:57.685Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:58.686Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:58.686Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:58.686Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:58.686Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:12:59.688Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:12:59.688Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:12:59.688Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:12:59.688Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:00.690Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:13:00.690Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:13:00.690Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:13:00.690Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:01.691Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:13:01.691Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:13:01.691Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:13:01.691Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:02.692Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:13:02.692Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:13:02.692Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:13:02.692Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:03.692Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:13:03.693Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:13:03.693Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:13:03.693Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:04.694Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:13:04.694Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:13:04.694Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:13:04.694Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:05.695Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:13:05.695Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:13:05.695Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:13:05.695Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:06.696Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f64717a-dfbe-4135-8bd9-a12b0d29ee6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec2d3468-c874-4b80-aa33-979d21c8d926",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "850b1777-af11-4720-a01f-ce0101ceac07",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "779c856d-0665-402f-97c4-5e8c359527ee",
      "resourceInvariantUUID": "3b1bba39-2bbd-4858-8eb4-f062befaa654",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6824b5e1-94a4-4faa-80f6-c350d2399310"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:13:06.696Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:13:06.696Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d ASDC
2023-03-21T06:13:06.697Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3d9a5f2e-f42c-4236-b377-677e097954f1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
ServiceInvariantUUID:ec2d3468-c874-4b80-aa33-979d21c8d926
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:6824b5e1-94a4-4faa-80f6-c350d2399310
ArtifactChecksum:Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:850b1777-af11-4720-a01f-ce0101ceac07
ResourceInvariantUUID:3b1bba39-2bbd-4858-8eb4-f062befaa654
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:779c856d-0665-402f-97c4-5e8c359527ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:13:06.697Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d 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-03-21T06:13:06.743Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:13:06.744Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:13:06.744Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:13:06.744Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:13:06.744Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:13:06.744Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:13:06.767Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:13:06.767Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7bd34dd2
2023-03-21T06:13:06.767Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:13:06.767Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T06:13:06.767Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6824b5e1-94a4-4faa-80f6-c350d2399310 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:13:06.768Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:13:06.768Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:13:06.768Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:13:06.768Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:13:06.768Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:13:06.768Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379186768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:07.768Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:6824b5e1-94a4-4faa-80f6-c350d2399310)
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-03-21T06:13:07.787Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:13:07.788Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 779c856d-0665-402f-97c4-5e8c359527ee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_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=?
2023-03-21T06:13:07.800Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:13:07.821Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 779c856d-0665-402f-97c4-5e8c359527ee test-pnf
2023-03-21T06:13:07.822Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:13:07.822Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:13:07.822Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 779c856d-0665-402f-97c4-5e8c359527ee 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=?
2023-03-21T06:13:07.829Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:13:07.855Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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-03-21T06:13:07.869Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 779c856d-0665-402f-97c4-5e8c359527ee 0 ASDC deployResourceStructure
2023-03-21T06:13:07.870Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-21T06:13:07.870Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:13:07.870Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-21T06:13:07.870Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:13:07.871Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:13:07.871Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:13:07.871Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379187870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:08.871Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:13:08.896Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:13:08.900Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:13:08.900Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:13:08.900Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:13:08.900Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:13:08.900Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:13:08.901Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:13:08.901Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:13:08.901Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-21T06:13:08.901Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-03-21T06:13:08.913Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:13:38.914Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 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-03-21T06:13:38.921Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 and serviceModelVersionId: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:13:38.921Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec2d3468-c874-4b80-aa33-979d21c8d926
2023-03-21T06:13:38.921Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0
2023-03-21T06:13:38.924Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:13:38.935Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||Invoke
2023-03-21T06:13:38.935Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d9a5f2e-f42c-4236-b377-677e097954f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[facba410-21da-4f20-9842-2feb6d370a2f], X-ECOMP-RequestID=[3d9a5f2e-f42c-4236-b377-677e097954f1], X-TransactionId=[], X-ONAP-RequestID=[3d9a5f2e-f42c-4236-b377-677e097954f1], Content-Type=[application/merge-patch+json]}
2023-03-21T06:13:38.942Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T06:13:39.128Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:13:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[182], vertex-id=[208904], x-aai-txid=[2-aai-resources-230321-06:13:39:308-57929], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:13:39.128Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:13:39.129Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||InvokeReturn
2023-03-21T06:13:39.129Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:13:39.129Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:13:39.147Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:13:39.147Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d9a5f2e-f42c-4236-b377-677e097954f1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-21T06:13:39.147Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:13:39.147Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:13:39.148Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:13:39.148Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379219147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-03-21T06:13:40.174Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T06:13:40.174Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T06:13:40.175Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 0 disconnected.
2023-03-21T06:13:40.176Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 1 disconnected.
2023-03-21T06:13:40.176Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Cancelled in-flight METADATA request with correlation id 101592 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-21T06:13:40.176Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:13:40.176Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:13:40.176Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:13:40.177Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T06:13:40.181Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-49f134a4-2c74-42fe-be5e-96e0c5867152
2023-03-21T06:13:40.182Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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=12, 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-03-21T06:13:40.182Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:13:40.182Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T06:13:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:13:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379133266,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:13:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:13:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379143375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:13:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379144420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
}
2023-03-21T06:13:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:13:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379145421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
}
2023-03-21T06:13:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:13:41.557Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:13:44.568Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:13:47.576Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:13:50.586Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:13:53.593Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:13:56.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:13:59.610Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:02.617Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:05.625Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:08.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:11.642Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:14.650Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:17.659Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:20.666Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:23.675Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:26.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:29.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:32.705Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:35.713Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:38.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:14:40.175Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T06:14:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:41.114Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:14:41.115Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:14:41.120Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:14:41.120Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-49f134a4-2c74-42fe-be5e-96e0c5867152', protocol='range'}
2023-03-21T06:14:41.125Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:14:41.125Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:14:41.125Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:14:41.125Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:14:41.125Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:14:41.125Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:14:41.125Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-49f134a4-2c74-42fe-be5e-96e0c5867152=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:14:41.141Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-49f134a4-2c74-42fe-be5e-96e0c5867152', protocol='range'}
2023-03-21T06:14:41.141Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:14:41.141Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:14:41.141Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:14:41.141Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:14:41.142Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:14:41.146Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:14:41.146Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:14:41.146Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:14:41.146Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:14:41.146Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:14:41.147Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:14:41.146Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:14:41.147Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1565, 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-03-21T06:14:41.147Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:14:41.147Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:14:41.147Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:14:41.147Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:14:41.233Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:14:41.233Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:14:41.236Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:14:41.236Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:14:41.237Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:14:41.237Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379176658,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:14:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679378397705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379186768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379187870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-21T06:14:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379219147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-21T06:14:42.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:14:42.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:14:42.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:14:42.237Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:14:42.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:14:42.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:14:42.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:43.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:14:43.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:14:43.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:14:43.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:44.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:14:44.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:14:44.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:14:44.241Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:45.241Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:14:45.241Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:14:45.241Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:14:45.241Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:46.242Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:14:46.242Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:14:46.242Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:14:46.242Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:47.243Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:14:47.243Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:14:47.243Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:14:47.243Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:48.244Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:14:48.244Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:14:48.244Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T06:14:48.245Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:14:48.245Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T06:14:48.288Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:14:48.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:14:48.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:14:48.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:14:48.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:14:48.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:14:48.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:14:48.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e4c4b59
2023-03-21T06:14:48.320Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:14:48.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:14:48.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:14:48.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T06:14:48.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T06:14:48.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:14:48.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:14:48.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:14:48.321Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379288321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:49.322Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T06:14:49.342Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:14:49.342Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T06:14:49.348Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T06:14:49.348Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T06:14:49.348Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:14:49.348Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:14:49.348Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:14:49.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:14:49.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@40e4086a
2023-03-21T06:14:49.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:14:49.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:14:49.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:14:49.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T06:14:49.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T06:14:49.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:14:49.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:14:49.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:14:49.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379289366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:14:50.367Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T06:14:50.368Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:14:50.387Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:14:50.391Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:14:50.391Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:15:20.391Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:15:20.412Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:15:20.415Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:15:20.416Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:15:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:15:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:15:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:15:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:15:50.416Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:15:50.441Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:15:50.445Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:15:50.445Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:16:20.446Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:16:20.466Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:16:20.470Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:16:20.470Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:16:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:16:41.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:16:41.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:16:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379288321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:16:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:16:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:16:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379289366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:16:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:16:50.471Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:16:50.492Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:16:50.496Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:16:50.496Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:17:20.496Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:17:20.516Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:17:20.520Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:17:20.520Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:17:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:17:50.520Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:17:50.554Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:17:50.561Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:17:50.562Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:18:20.562Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:18:20.602Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:18:20.609Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:18:20.610Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:18:41.102Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:18:50.610Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:18:50.630Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:18:50.634Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:18:50.634Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:19:20.634Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:19:20.655Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:19:20.659Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:19:20.660Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:19:41.103Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:19:41.224Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:19:41.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-49f134a4-2c74-42fe-be5e-96e0c5867152 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T06:19:41.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T06:19:41.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T06:19:41.619Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:19:41.633Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:19:41.633Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:19:41.638Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:19:41.639Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:19:41.653Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:19:41.653Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:19:41.653Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:19:41.658Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:19:41.658Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:19:41.658Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:19:41.658Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1587, 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-03-21T06:19:41.658Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:19:41.658Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:19:50.660Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T06:19:50.661Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T06:19:50.671Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T06:19:50.671Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T06:19:50.671Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T06:19:50.675Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:19:50.689Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T06:19:50.690Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49128681-e4f9-4839-899d-010c6c9973e0], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T06:19:50.697Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T06:19:50.836Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:19:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[368840], x-aai-txid=[0-aai-resources-230321-06:19:51:061-88595], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:19:50.836Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:19:50.837Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T06:19:50.837Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:19:50.837Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:19:50.849Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:19:50.849Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T06:19:50.849Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T06:19:50.849Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:19:50.849Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:19:50.849Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379590849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:19:50.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:19:50.868Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379590849,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T06:19:50.869Z||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-03-21T06:19:51.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:19:51.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:19:51.883Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:19:51.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:19:51.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:19:51.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:19:52.884Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:19:52.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:19:52.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:19:52.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:19:53.885Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:19:53.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:19:53.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:19:53.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:19:54.886Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:19:54.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:19:54.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:19:54.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:19:55.887Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:19:55.888Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:19:55.888Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:19:55.888Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:19:56.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:19:56.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:19:56.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:19:56.889Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:19:57.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:19:57.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:19:57.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:19:57.890Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:19:58.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:19:58.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:19:58.891Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T06:19:58.891Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:19:58.891Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T06:19:58.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:19:58.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:19:58.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:19:58.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:19:58.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:19:58.923Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:19:59.223Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:19:59.227Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T06:19:59.228Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:19:59.228Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:19:59.228Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:19:59.228Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:19:59.228Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:19:59.228Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379599227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:00.228Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:20:00.229Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:20:00.229Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:00.230Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T06:20:00.230Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:00.230Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:00.334Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1734787350414201986/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-21T06:20:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:20:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:20:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.795Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:01.796Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:01.797Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T06:20:01.842Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T06:20:01.842Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:20:01.843Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T06:20:01.843Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:20:01.843Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:01.843Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:01.843Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379601842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:02.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:20:02.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T06:20:02.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:20:02.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:02.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:02.844Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379602844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:03.845Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:20:03.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:20:03.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:20:03.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:20:03.871Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:20:03.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:20:03.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:20:03.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:20:03.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:20:03.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:20:03.872Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:20:03.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:20:33.885Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T06:20:33.893Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T06:20:33.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T06:20:33.894Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T06:20:33.900Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:20:33.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T06:20:33.912Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85dbaf49-e4b1-4ab8-a92a-b3e3a4e3e644], X-ECOMP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-TransactionId=[], X-ONAP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], Content-Type=[application/merge-patch+json]}
2023-03-21T06:20:33.918Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:20:34.064Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:20:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[143368], x-aai-txid=[0-aai-resources-230321-06:20:34:285-30883], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:20:34.065Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:20:34.065Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T06:20:34.066Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:20:34.066Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:20:34.075Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:20:34.075Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:20:34.075Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:20:34.075Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:34.076Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:34.076Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379634075,
  "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-03-21T06:20:35.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:20:35.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:20:35.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:20:35.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:35.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:35.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:36.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:20:36.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:36.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:36.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:37.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:20:37.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:37.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:37.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:38.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:20:38.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:38.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:38.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:39.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:20:39.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:39.111Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:39.111Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:40.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:20:40.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:40.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:40.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379599227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379601842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T06:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379602844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379634075,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T06:20:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:20:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:20:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:20:41.114Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:20:41.114Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:41.114Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:41.114Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:42.115Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:20:42.116Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:20:42.116Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T06:20:42.116Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:20:42.116Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T06:20:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:20:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:20:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:20:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:42.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:20:42.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:42.625Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:20:42.629Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T06:20:42.630Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:20:42.630Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:42.630Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:20:42.630Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:42.630Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:42.630Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379642630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:43.631Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:20:43.631Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:20:43.632Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:43.632Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T06:20:43.632Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:43.632Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:43.740Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13138298506672637532/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T06:20:45.173Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:20:45.174Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:20:45.174Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.174Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T06:20:45.174Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.174Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.174Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.174Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.174Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.174Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:20:45.175Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:20:45.176Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.177Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:20:45.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:20:45.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:20:45.180Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:45.181Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.182Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:45.182Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.182Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:45.182Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:20:45.182Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:20:45.182Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T06:20:45.220Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T06:20:45.220Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:20:45.220Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T06:20:45.220Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:20:45.220Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:45.221Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:45.221Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379645220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:46.221Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:20:46.222Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T06:20:46.222Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:20:46.222Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:20:46.222Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:20:46.222Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379646221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:20:47.222Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:20:47.248Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:20:47.252Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:20:47.252Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:20:47.252Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:20:47.252Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:20:47.253Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:20:47.253Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:20:47.253Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:20:47.253Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:20:47.253Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:20:47.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:21:17.267Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T06:21:17.278Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T06:21:17.279Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T06:21:17.279Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T06:21:17.285Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:21:17.297Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T06:21:17.297Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6a47026-d886-4bd1-9cfb-2f76e9caabe5], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T06:21:17.304Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:21:17.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:21:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[217112], x-aai-txid=[2-aai-resources-230321-06:21:17:670-15135], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:21:17.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:21:17.451Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T06:21:17.451Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:21:17.451Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:21:17.464Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:21:17.464Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:21:17.464Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:21:17.464Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:17.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:17.465Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379677464,
  "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-03-21T06:21:18.493Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:21:18.494Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:21:18.494Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:21:18.494Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:18.494Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:18.494Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:19.495Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:21:19.495Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:19.496Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:19.496Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:20.496Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:21:20.497Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:21:20.497Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T06:21:20.497Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T06:21:20.497Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T06:21:20.549Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:21:20.549Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:21:20.549Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:21:20.549Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T06:21:20.550Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:21:20.550Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:21:20.571Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:21:20.571Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@73027775
2023-03-21T06:21:20.571Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:21:20.571Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T06:21:20.572Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:21:20.572Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T06:21:20.572Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T06:21:20.572Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:21:20.572Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:20.572Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:20.573Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379680572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:21.573Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:21:21.611Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T06:21:21.612Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:21:21.612Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T06:21:21.612Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:21:21.613Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:21.613Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:21.613Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379681612,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:22.614Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:21:22.615Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T06:21:22.615Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:21:22.615Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:22.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:22.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379682614,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:23.617Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:21:23.642Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:21:23.646Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:21:23.647Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:21:23.647Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:21:23.647Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:21:23.647Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:21:23.647Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:21:23.647Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:21:23.648Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:21:23.648Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:21:23.659Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:21:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:41.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:21:41.101Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:21:41.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:21:53.660Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T06:21:53.667Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T06:21:53.668Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T06:21:53.668Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T06:21:53.673Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:21:53.686Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T06:21:53.686Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b230e22-30ef-45f6-a342-2a704fe29e0f], X-ECOMP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], X-TransactionId=[], X-ONAP-RequestID=[22cb9bd7-216f-47fd-a536-ef09ab013bc0], Content-Type=[application/merge-patch+json]}
2023-03-21T06:21:53.691Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:21:53.831Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:21:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[606376], x-aai-txid=[0-aai-resources-230321-06:21:54:057-18976], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:21:53.832Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:21:53.832Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T06:21:53.833Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:21:53.833Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:21:53.843Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:21:53.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:21:53.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:21:53.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:53.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:53.844Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379713844,
  "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-03-21T06:21:54.865Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:21:54.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:21:54.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:21:54.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:54.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:54.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:55.867Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:21:55.868Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:55.868Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:55.868Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:56.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:21:56.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:56.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:56.870Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:57.870Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:21:57.871Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:57.871Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:57.871Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:58.872Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:21:58.872Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:58.872Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:58.872Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:21:59.874Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:21:59.874Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:21:59.874Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:21:59.874Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:00.875Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:22:00.876Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:00.876Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:00.876Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:01.877Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:22:01.877Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:01.877Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:01.878Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:02.879Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:22:02.879Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:22:02.880Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T06:22:02.880Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:22:02.880Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T06:22:02.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:22:02.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:22:02.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:22:02.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:02.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:22:02.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:03.229Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:22:03.231Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T06:22:03.231Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:22:03.232Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:03.232Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:22:03.232Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:03.232Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:03.233Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379723231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:04.234Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:22:04.235Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:22:04.236Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.236Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.237Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.237Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.354Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7212447204391211578/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T06:22:04.924Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:22:04.925Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:22:04.926Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T06:22:04.973Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T06:22:04.973Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:22:04.973Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T06:22:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:22:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:04.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379724973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:05.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:22:05.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T06:22:05.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:22:05.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:05.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:05.975Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:06.976Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:22:07.001Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:22:07.004Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:22:07.005Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:22:07.005Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:22:07.005Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:22:07.005Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:22:07.005Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:22:07.005Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:22:07.005Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:22:07.005Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:22:07.019Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:22:37.020Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T06:22:37.031Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T06:22:37.031Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T06:22:37.032Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T06:22:37.035Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:22:37.046Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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-03-21T06:22:37.047Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T06:22:37.056Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:22:37.202Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T06:22:37.203Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:22:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[196760], x-aai-txid=[0-aai-resources-230321-06:22:37:423-35704], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:22:37.203Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:22:37.203Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:22:37.203Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:22:37.216Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:22:37.216Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:22:37.217Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:22:37.217Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:37.217Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:37.217Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379757217,
  "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-03-21T06:22:38.245Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:22:38.245Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:22:38.245Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:22:38.245Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:38.245Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:38.245Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:22:39.246Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:22:39.246Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:39.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:39.247Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:22:40.248Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:22:40.249Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:40.249Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:40.249Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:22:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:22:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379642630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:22:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:22:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379645220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379646221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379677464,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:22:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379680572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379681612,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379682614,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T06:22:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:22:41.250Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:22:41.251Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:41.251Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:41.251Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:22:42.255Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:22:42.255Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:42.255Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:42.255Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:22:43.256Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:22:43.256Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:43.256Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:43.256Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:44.257Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:22:44.258Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:44.258Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:44.258Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:45.259Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:22:45.259Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:22:45.259Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T06:22:45.260Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:22:45.260Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T06:22:45.310Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:22:45.310Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:22:45.310Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:22:45.310Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T06:22:45.310Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:22:45.311Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:22:45.334Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:22:45.334Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@14ce739
2023-03-21T06:22:45.335Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:22:45.335Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T06:22:45.335Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:22:45.335Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T06:22:45.335Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T06:22:45.335Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:22:45.336Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:45.336Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:45.336Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379765335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:46.337Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:22:46.381Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T06:22:46.381Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:22:46.381Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T06:22:46.381Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:22:46.381Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:46.382Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:46.382Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379766381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:47.382Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:22:47.383Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T06:22:47.383Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:22:47.383Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:22:47.383Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:22:47.383Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379767382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:22:48.384Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:22:48.400Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:22:48.404Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:22:48.405Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:22:48.405Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:22:48.405Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:22:48.405Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:22:48.405Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:22:48.405Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:22:48.405Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:22:48.405Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:22:48.413Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:23:18.414Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T06:23:18.424Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T06:23:18.424Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T06:23:18.425Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T06:23:18.430Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:23:18.445Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T06:23:18.445Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13346904-7143-4c2c-8661-7da0ff4e4051], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T06:23:18.452Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:23:18.592Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:23:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[241880], x-aai-txid=[0-aai-resources-230321-06:23:18:819-8458], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:23:18.593Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:23:18.593Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T06:23:18.594Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:23:18.594Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:23:18.602Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:23:18.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:23:18.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:23:18.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:18.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:18.603Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379798603,
  "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-03-21T06:23:19.633Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:23:19.633Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:23:19.634Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:23:19.634Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:19.634Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:19.634Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:20.635Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:23:20.635Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:20.635Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:20.635Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:21.636Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:23:21.636Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:21.636Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:21.636Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:22.637Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:23:22.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:22.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:22.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:23.638Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:23:23.639Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:23.639Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:23.639Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:24.639Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:23:24.640Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:24.640Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:24.640Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:25.640Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:23:25.641Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:25.641Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:25.641Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:26.642Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:23:26.642Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:26.642Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:26.642Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:27.642Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:23:27.643Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:23:27.643Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T06:23:27.643Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:23:27.643Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T06:23:27.682Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:23:27.682Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:23:27.682Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:23:27.682Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:27.682Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:23:27.683Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:27.971Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:23:27.972Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T06:23:27.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:23:27.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:27.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:23:27.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:27.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:27.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379807973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:28.974Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:23:28.974Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:23:28.975Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:28.975Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:28.975Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:28.976Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:29.050Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14165305967615052905/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T06:23:29.612Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:23:29.612Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:23:29.612Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:29.612Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:23:29.612Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:29.612Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:29.612Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:29.612Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:29.612Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:23:29.613Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:23:29.614Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:23:29.614Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:23:29.614Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:23:29.614Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:23:29.614Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:23:29.614Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:23:29.614Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:23:29.614Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:23:29.614Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T06:23:29.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T06:23:29.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:23:29.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T06:23:29.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:23:29.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:29.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:29.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379809663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:30.664Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:23:30.664Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T06:23:30.664Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:23:30.664Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:23:30.665Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:23:30.665Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379810664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:31.665Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:23:31.688Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:23:31.692Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:23:31.692Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:23:31.692Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:23:31.692Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:23:31.692Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:23:31.693Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:23:31.693Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:23:31.693Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:23:31.693Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:23:31.705Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:23:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:23:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379713844,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:23:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379723231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379724973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379757217,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:23:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:23:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:23:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:23:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:01.705Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T06:24:01.719Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T06:24:01.719Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T06:24:01.720Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T06:24:01.726Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:24:01.742Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T06:24:01.743Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7f62b93-acaf-4ba6-bd34-4ab024a3c89e], X-ECOMP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-TransactionId=[], X-ONAP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], Content-Type=[application/merge-patch+json]}
2023-03-21T06:24:01.750Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:24:01.885Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:24:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[262360], x-aai-txid=[0-aai-resources-230321-06:24:02:116-37925], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:24:01.886Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:24:01.886Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T06:24:01.887Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:24:01.887Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:24:01.899Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:24:01.899Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:24:01.899Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:24:01.900Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:01.900Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:01.900Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379841899,
  "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-03-21T06:24:02.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:24:02.940Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:24:02.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:02.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:02.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:02.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:03.942Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:03.942Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:03.942Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:03.943Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:04.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:04.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:04.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:04.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:05.945Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:05.945Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:05.946Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:05.946Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:06.947Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:06.947Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:06.947Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:06.947Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:07.948Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:07.949Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:07.949Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:07.949Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:08.951Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:08.951Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:08.951Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:08.951Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:09.952Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:09.953Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:09.953Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:09.953Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:10.954Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:24:10.955Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:24:10.955Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T06:24:10.955Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:24:10.955Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T06:24:11.000Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:24:11.000Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:24:11.000Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:24:11.001Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:11.001Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:24:11.001Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:11.275Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:24:11.277Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T06:24:11.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:24:11.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:11.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:24:11.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:11.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:11.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379851278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:12.280Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:24:12.280Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:24:12.281Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.281Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.282Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.282Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.359Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12143310817250869605/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T06:24:12.988Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:24:12.988Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:24:12.988Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.988Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:12.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:24:12.990Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:12.990Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:24:12.990Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:12.990Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:24:12.990Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:12.990Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:24:12.990Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:12.990Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:24:12.990Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T06:24:13.039Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists
2023-03-21T06:24:13.040Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:24:13.040Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists)
2023-03-21T06:24:13.040Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:24:13.040Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:13.040Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:13.040Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379853040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:14.041Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:24:14.042Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists)
2023-03-21T06:24:14.042Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:24:14.042Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:14.042Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:14.043Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379854041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:15.044Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:24:15.070Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:24:15.074Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:24:15.075Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:24:15.075Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:24:15.075Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:24:15.075Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:24:15.075Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:24:15.075Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:24:15.075Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:24:15.075Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:24:15.088Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:24:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:24:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T06:24:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:24:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:24:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379765335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:24:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379766381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T06:24:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379767382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T06:24:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379798603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:24:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:24:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:24:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:24:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:24:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:24:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:24:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:24:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:24:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379807973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:24:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379809663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T06:24:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:24:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379810664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T06:24:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:24:45.089Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T06:24:45.097Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T06:24:45.098Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T06:24:45.098Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T06:24:45.103Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:24:45.121Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T06:24:45.121Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[164305eb-5db2-4b5a-962d-6d5f4453ca7e], X-ECOMP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-TransactionId=[], X-ONAP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], Content-Type=[application/merge-patch+json]}
2023-03-21T06:24:45.129Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:24:45.264Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:24:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[274648], x-aai-txid=[0-aai-resources-230321-06:24:45:494-41210], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:24:45.265Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:24:45.266Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T06:24:45.266Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:24:45.266Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:24:45.277Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:24:45.277Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:24:45.277Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:24:45.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:45.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:45.278Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379885277,
  "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-03-21T06:24:46.312Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:24:46.313Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c7e18f8d-8954-4b54-900a-f2f560709ff7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01905d64-c8ad-4e9f-afdc-cb7ee58c1f07","serviceDescription":"service","serviceInvariantUUID":"a665b9b2-87f8-48a3-988b-0893f2679cf9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"113f7caa-38e2-4aed-87d6-5762463132e2","resourceInvariantUUID":"dd6b5af6-8c9e-46f4-9824-b586fb434de6","resourceCustomizationUUID":"a488fe58-5594-4a66-80de-ca9c1b568572","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":"MmIwNjg3ZDJkMjMzZTgwMmM5MzkwMjJmMGNiNWMwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d79d1df-c5fd-4308-b704-9334affe467d","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":"MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773e4ce9-e2c0-4106-8642-1b37dc5d3e3d","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":"88028da5-360e-4fe4-932b-3c863f5b1564","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":"21d6c1f6-5a5b-4fe4-8e62-b2eb90d869d6","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":"230b6271-5720-42e0-8f4b-9f8a753ab317","artifactVersion":"2","generatedFromUUID":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2"},{"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":"f68f82b3-e291-4af4-8e04-71929e50a772","artifactVersion":"2","generatedFromUUID":"88028da5-360e-4fe4-932b-3c863f5b1564"},{"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":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2","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":"68e52994-54ff-4a23-9f05-897753130364","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":"NmZmODgxNGI3ZWMxODY3ZDNmMTVhMWE4Y2Q5NTZhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd28c5-7588-4d71-a01c-181f7422ff92","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412cdb7-8e9e-4e35-ae21-7c349fee3f85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:24:46.313Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:46.313Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:46.314Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:46.314Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:24:47.314Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:47.315Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:47.315Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:47.315Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:24:48.315Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:48.316Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:48.316Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:48.316Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:24:49.317Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:49.317Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:49.317Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:49.318Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:24:50.318Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:50.319Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:50.319Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:50.319Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:24:51.319Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:51.320Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:51.320Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:51.320Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:24:52.320Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:52.321Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:52.321Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:52.321Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:24:53.322Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:53.322Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:53.322Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:53.322Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:24:54.323Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:54.323Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:54.323Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:54.324Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:55.325Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:24:55.325Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:55.325Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:55.325Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:56.326Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01905d64-c8ad-4e9f-afdc-cb7ee58c1f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a665b9b2-87f8-48a3-988b-0893f2679cf9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a488fe58-5594-4a66-80de-ca9c1b568572",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "113f7caa-38e2-4aed-87d6-5762463132e2",
      "resourceInvariantUUID": "dd6b5af6-8c9e-46f4-9824-b586fb434de6",
      "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": "MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773e4ce9-e2c0-4106-8642-1b37dc5d3e3d",
          "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": "88028da5-360e-4fe4-932b-3c863f5b1564",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
            "generatedFromUUID": "88028da5-360e-4fe4-932b-3c863f5b1564"
          },
          "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": "230b6271-5720-42e0-8f4b-9f8a753ab317",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
          "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": "675e0846-49a0-4f3f-aaf0-eecc4ab76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2412cdb7-8e9e-4e35-ae21-7c349fee3f85"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:24:56.327Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:24:56.327Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 ASDC
2023-03-21T06:24:56.327Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7e18f8d-8954-4b54-900a-f2f560709ff7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
ServiceInvariantUUID:a665b9b2-87f8-48a3-988b-0893f2679cf9
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:2412cdb7-8e9e-4e35-ae21-7c349fee3f85
ArtifactChecksum:ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a488fe58-5594-4a66-80de-ca9c1b568572
ResourceInvariantUUID:dd6b5af6-8c9e-46f4-9824-b586fb434de6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:113f7caa-38e2-4aed-87d6-5762463132e2
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:773e4ce9-e2c0-4106-8642-1b37dc5d3e3d
ArtifactChecksum:MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM=
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:88028da5-360e-4fe4-932b-3c863f5b1564
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:230b6271-5720-42e0-8f4b-9f8a753ab317
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:675e0846-49a0-4f3f-aaf0-eecc4ab76af2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:24:56.327Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 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-03-21T06:24:56.366Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:24:56.367Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:24:56.367Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:24:56.367Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T06:24:56.367Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:24:56.367Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:56.659Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:24:56.663Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 163279
2023-03-21T06:24:56.664Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:56.664Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:56.664Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:24:56.664Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:56.664Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:56.664Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379896664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:57.665Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:24:57.666Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:24:57.666Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:24:57.666Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-21T06:24:57.667Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:24:57.667Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:24:57.743Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13180491891685335154/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-21T06:24:58.532Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:24:58.533Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:24:58.542Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:24:58.543Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-21T06:24:58.543Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.543Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.543Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.543Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.543Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:24:58.543Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.544Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=37e29a3d-c930-4345-b180-aacf37331fc8
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.545Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.546Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.546Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:24:58.546Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.546Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
Model Version:NULL
Model InvariantUuid:a665b9b2-87f8-48a3-988b-0893f2679cf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bd6fd355-2030-4dc0-aa80-915a0c052294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd6b5af6-8c9e-46f4-9824-b586fb434de6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a488fe58-5594-4a66-80de-ca9c1b568572
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0880845-ac8e-4569-9956-087448a8bd6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:258fb453-aa14-438d-85b2-e5977a67d8e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:37e29a3d-c930-4345-b180-aacf37331fc8
ModelInvariantUuid:96a8f603-a7ec-434e-80d2-fab044443232
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c73245af-a1cd-4bac-803f-499d05ebee3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0bf709ae-fcb9-4f1f-93f9-31ff6962692b
ModelInvariantUuid:f110a654-b45d-4307-9f47-86e965e471e5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:860405e8-bdfa-4a56-bbb0-d81eae49c337
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-03-21T06:24:58.613Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists
2023-03-21T06:24:58.613Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:58.613Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists)
2023-03-21T06:24:58.613Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:24:58.613Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:58.613Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:58.613Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379898613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:24:59.614Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:24:59.614Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists)
2023-03-21T06:24:59.614Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:24:59.615Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:24:59.615Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:24:59.615Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379899614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:25:00.615Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:25:00.629Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:25:00.631Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:25:00.631Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:25:00.631Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:25:00.631Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:25:00.631Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:25:00.631Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:25:00.631Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:25:00.632Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:25:00.632Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:25:00.641Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:25:30.642Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T06:25:30.650Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 and serviceModelVersionId: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T06:25:30.650Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a665b9b2-87f8-48a3-988b-0893f2679cf9
2023-03-21T06:25:30.650Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0
2023-03-21T06:25:30.655Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:25:30.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?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-03-21T06:25:30.676Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||Invoke
2023-03-21T06:25:30.684Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:25:30.814Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||InvokeReturn
2023-03-21T06:25:30.815Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:25:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[729256], x-aai-txid=[0-aai-resources-230321-06:25:31:049-61727], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:25:30.816Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:25:30.816Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:25:30.817Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:25:30.830Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:25:30.831Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e18f8d-8954-4b54-900a-f2f560709ff7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:25:30.831Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:25:30.831Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:30.832Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:30.832Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379930831,
  "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-03-21T06:25:31.862Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:25:31.863Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"98590d00-e653-4386-b10d-a734b9f347a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a94977a-dd35-430d-b5cf-d4461d11a6cc","serviceDescription":"service","serviceInvariantUUID":"a8d9c6ec-855a-4120-bedd-073062b58525","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"957874ce-e768-4488-be41-60542675f0b2","resourceInvariantUUID":"6cc51686-4c28-4937-b4e5-5984f8751e13","resourceCustomizationUUID":"aed94782-1b8e-40f2-896e-0630fb81b9cb","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":"Y2M5NmZmMjk1Yzk4MjhjMDFkNTdlYjViYjY5ZjliNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717e5062-74f0-4b15-ab6e-2ffe9d9a0d4f","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":"NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5e958a8-1fb9-45da-ad41-3271ae3e490a","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":"a94fdf00-87d6-441b-b58e-27aa1ca44734","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":"18c048df-4501-43a0-b735-bd9fbf787a8b","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":"a8c9fce1-da0b-4e83-9d7c-2d04262438fb","artifactVersion":"2","generatedFromUUID":"a94fdf00-87d6-441b-b58e-27aa1ca44734"},{"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":"YWU3NTExY2I5NGIzMWJmYTEyYTUyM2Y1YjlmZGY4M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c998aa2b-9f55-4da2-85dc-11cb18f9cbcd","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":"MzRlMzY0ZDU3NTg4MDA5ZjdiNTM3ZDRkYWZlY2VhMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8916cef4-3071-4212-9b24-8627a5e84857","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8c175bd-3e73-4fb0-9070-9bf352069c72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:25:31.863Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:25:31.863Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:31.863Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:31.863Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:25:32.864Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:25:32.864Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:32.864Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:32.864Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:25:33.865Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:25:33.865Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:33.866Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:33.866Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:25:34.866Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:25:34.867Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:34.867Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:34.867Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:25:35.868Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:25:35.868Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:35.868Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:35.868Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:25:36.869Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:25:36.870Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:36.870Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:36.870Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "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-03-21T06:25:37.870Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:25:37.871Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:37.871Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:37.871Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:25:38.871Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:25:38.872Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:38.872Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:38.872Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:25:39.873Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a94977a-dd35-430d-b5cf-d4461d11a6cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8d9c6ec-855a-4120-bedd-073062b58525",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aed94782-1b8e-40f2-896e-0630fb81b9cb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "957874ce-e768-4488-be41-60542675f0b2",
      "resourceInvariantUUID": "6cc51686-4c28-4937-b4e5-5984f8751e13",
      "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": "NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5e958a8-1fb9-45da-ad41-3271ae3e490a",
          "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": "a94fdf00-87d6-441b-b58e-27aa1ca44734",
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
            "generatedFromUUID": "a94fdf00-87d6-441b-b58e-27aa1ca44734"
          },
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8c175bd-3e73-4fb0-9070-9bf352069c72"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:25:39.873Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:25:39.873Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a94977a-dd35-430d-b5cf-d4461d11a6cc ASDC
2023-03-21T06:25:39.874Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98590d00-e653-4386-b10d-a734b9f347a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
ServiceInvariantUUID:a8d9c6ec-855a-4120-bedd-073062b58525
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:c8c175bd-3e73-4fb0-9070-9bf352069c72
ArtifactChecksum:NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
ResourceInvariantUUID:6cc51686-4c28-4937-b4e5-5984f8751e13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:957874ce-e768-4488-be41-60542675f0b2
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:a5e958a8-1fb9-45da-ad41-3271ae3e490a
ArtifactChecksum:NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg=
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:a94fdf00-87d6-441b-b58e-27aa1ca44734
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:25:39.874Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a94977a-dd35-430d-b5cf-d4461d11a6cc 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-03-21T06:25:39.920Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:25:39.921Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:25:39.921Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:25:39.921Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T06:25:39.921Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:25:39.921Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:25:39.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:25:39.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6d518c43
2023-03-21T06:25:39.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:25:39.945Z|98590d00-e653-4386-b10d-a734b9f347a9|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-21T06:25:39.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8c175bd-3e73-4fb0-9070-9bf352069c72 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:25:39.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:25:39.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:25:39.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:25:39.945Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:39.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:39.946Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379939945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:25:40.946Z|98590d00-e653-4386-b10d-a734b9f347a9|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:c8c175bd-3e73-4fb0-9070-9bf352069c72)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:25:40.993Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists
2023-03-21T06:25:40.993Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:25:40.993Z|98590d00-e653-4386-b10d-a734b9f347a9|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: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists)
2023-03-21T06:25:40.993Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:25:40.993Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:40.993Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:40.994Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379940993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:25:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:25:41.101Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: cached metadata has changed from (version99: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version100: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-21T06:25:41.118Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:25:41.118Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:25:41.124Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:25:41.124Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:25:41.139Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:25:41.139Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:25:41.140Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:25:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:25:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:25:41.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:25:41.146Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1650, 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-03-21T06:25:41.146Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:25:41.146Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:25:41.994Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:25:41.994Z|98590d00-e653-4386-b10d-a734b9f347a9|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: 957874ce-e768-4488-be41-60542675f0b2 already exists)
2023-03-21T06:25:41.994Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:25:41.994Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:25:41.994Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:25:41.994Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379941994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:25:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379841899,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.164Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379851278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379853040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
}
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379854041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
}
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379885277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.165Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379896664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379898613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
}
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379899614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
}
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379930831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379939945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:25:42.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379940993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
}
2023-03-21T06:25:42.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:25:42.171Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379941994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
}
2023-03-21T06:25:42.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:25:42.995Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:25:43.017Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:25:43.021Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:25:43.021Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:25:43.021Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:25:43.021Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:25:43.021Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:25:43.021Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:25:43.021Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:25:43.021Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:25:43.021Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:25:43.033Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:26:13.033Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T06:26:13.041Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98590d00-e653-4386-b10d-a734b9f347a9 and serviceModelVersionId: 5a94977a-dd35-430d-b5cf-d4461d11a6cc
2023-03-21T06:26:13.041Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8d9c6ec-855a-4120-bedd-073062b58525
2023-03-21T06:26:13.042Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0
2023-03-21T06:26:13.044Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:26:13.055Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||Invoke
2023-03-21T06:26:13.055Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f8fb20a-38b0-4363-8841-ea7129909193], X-ECOMP-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], X-TransactionId=[], X-ONAP-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], Content-Type=[application/merge-patch+json]}
2023-03-21T06:26:13.063Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:26:13.216Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:26:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[741544], x-aai-txid=[1-aai-resources-230321-06:26:13:429-21787], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:26:13.216Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:26:13.217Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||InvokeReturn
2023-03-21T06:26:13.217Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:26:13.218Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:26:13.230Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:26:13.231Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98590d00-e653-4386-b10d-a734b9f347a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:26:13.231Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:26:13.231Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:13.231Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:13.231Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379973231,
  "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-03-21T06:26:14.257Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:26:14.258Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"476fc99b-70c8-468d-9a48-ed6783a233a1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e45c2106-e67d-4ee5-b1ef-19ada300221d","serviceDescription":"service","serviceInvariantUUID":"cbe14fe5-f16e-41b0-b777-f80c4e928e9a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86582baf-078f-4ae8-9693-40b3574923cd","resourceInvariantUUID":"816b504b-03fe-445d-a739-2f99a1dd43ee","resourceCustomizationUUID":"3b57a869-14b5-42be-8380-67bb62b237ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTY1OTFkNmMxOTY3NzEyYzQ0NDRhODA3YmYxNjdjN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a01a4f1-4cd8-45d5-819b-6026d261aeab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7df5dfbc-7c23-480d-bdfb-e7e4f0f16a95","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb6d0bd2-e3bb-4841-9db2-906cbd175c8d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjQ2YTQ5ZjU2YzRhMWEzZjc3YWZmNWNhMzk4MGU3MjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3bbec7de-a70a-4c1e-91fc-e9fb9d889e7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21eaffc4-ac87-4571-8041-790cbd3e6e08","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b99f0c0-470b-453e-934c-5ca6463f8c5f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13ccc503-c491-45cf-bdf9-d3d121e60ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTBhNmY2MGNmYzIyOGY1ODQ1NGYzZTFiNTAyYmE3YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84229124-4e9c-4b68-89e2-596655fc50d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a86dd3a-58dd-48ac-9fd2-5e64309c8f75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:26:14.258Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:14.258Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:14.258Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:14.258Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:15.259Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:15.259Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:15.259Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:15.259Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:16.259Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:16.260Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:16.260Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:16.260Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:17.260Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:17.260Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:17.260Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:17.260Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:18.261Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:18.261Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:18.261Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:18.261Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:19.262Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:19.263Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:19.263Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:19.263Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:20.264Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:20.264Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:20.264Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:20.264Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:21.265Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:21.265Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:21.265Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:21.265Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:22.267Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:22.267Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:22.267Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:22.267Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:23.269Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e45c2106-e67d-4ee5-b1ef-19ada300221d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbe14fe5-f16e-41b0-b777-f80c4e928e9a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3b57a869-14b5-42be-8380-67bb62b237ac",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "86582baf-078f-4ae8-9693-40b3574923cd",
      "resourceInvariantUUID": "816b504b-03fe-445d-a739-2f99a1dd43ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a86dd3a-58dd-48ac-9fd2-5e64309c8f75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:26:23.269Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:26:23.269Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45c2106-e67d-4ee5-b1ef-19ada300221d ASDC
2023-03-21T06:26:23.270Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:476fc99b-70c8-468d-9a48-ed6783a233a1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e45c2106-e67d-4ee5-b1ef-19ada300221d
ServiceInvariantUUID:cbe14fe5-f16e-41b0-b777-f80c4e928e9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75
ArtifactChecksum:YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3b57a869-14b5-42be-8380-67bb62b237ac
ResourceInvariantUUID:816b504b-03fe-445d-a739-2f99a1dd43ee
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:86582baf-078f-4ae8-9693-40b3574923cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:26:23.270Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45c2106-e67d-4ee5-b1ef-19ada300221d 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-03-21T06:26:23.308Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:26:23.308Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:26:23.308Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:26:23.308Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:26:23.309Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:26:23.309Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:26:23.332Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:26:23.332Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@40777e59
2023-03-21T06:26:23.333Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:26:23.333Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T06:26:23.333Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:26:23.333Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:26:23.333Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:26:23.333Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:26:23.333Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:23.333Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:23.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379983333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:24.335Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:26:24.383Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists
2023-03-21T06:26:24.383Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:26:24.383Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists)
2023-03-21T06:26:24.383Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:26:24.383Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:24.384Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:24.384Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379984383,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:25.385Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:26:25.386Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists)
2023-03-21T06:26:25.386Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:26:25.386Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:25.386Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:25.386Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379985385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:26.387Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:26:26.403Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:26:26.407Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:26:26.407Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:26:26.407Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:26:26.408Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:26:26.408Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:26:26.408Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:26:26.408Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:26:26.408Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:26:26.408Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:26:26.421Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:26:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379973231,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:26:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:26:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379983333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379984383,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
}
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379985385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
}
2023-03-21T06:26:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:26:56.422Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T06:26:56.434Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 and serviceModelVersionId: e45c2106-e67d-4ee5-b1ef-19ada300221d
2023-03-21T06:26:56.434Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbe14fe5-f16e-41b0-b777-f80c4e928e9a
2023-03-21T06:26:56.435Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0
2023-03-21T06:26:56.439Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:26:56.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||Invoke
2023-03-21T06:26:56.452Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c636a91-a347-4b97-b8d4-35621ea37853], X-ECOMP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-TransactionId=[], X-ONAP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], Content-Type=[application/merge-patch+json]}
2023-03-21T06:26:56.461Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:26:56.593Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?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/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:26:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[766120], x-aai-txid=[0-aai-resources-230321-06:26:56:828-81660], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:26:56.593Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:26:56.594Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||InvokeReturn
2023-03-21T06:26:56.594Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:26:56.594Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:26:56.606Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:26:56.607Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 476fc99b-70c8-468d-9a48-ed6783a233a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:26:56.607Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:26:56.607Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:56.607Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:56.607Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380016607,
  "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-03-21T06:26:57.629Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:26:57.629Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3d9a5f2e-f42c-4236-b377-677e097954f1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f64717a-dfbe-4135-8bd9-a12b0d29ee6d","serviceDescription":"service","serviceInvariantUUID":"ec2d3468-c874-4b80-aa33-979d21c8d926","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"779c856d-0665-402f-97c4-5e8c359527ee","resourceInvariantUUID":"3b1bba39-2bbd-4858-8eb4-f062befaa654","resourceCustomizationUUID":"850b1777-af11-4720-a01f-ce0101ceac07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YWY0Y2Y3NDMzZmY5MGEzZWU5ZDU1ODMyMjJiNDI5MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fb7c528-16ea-4c42-8bfc-4c53a7524349","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c85848-bdba-4a76-8d7e-62c2f94a4ef4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb555b1-6efa-46df-ac2b-6e5067b1ab76","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTVhYTA1MTZlMDA4YmI0ZGQ2OTU1MTcxZjYxMWY1ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a672d27-e52a-4425-967a-1f3b9940535a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45abd2ed-af2e-41c8-95f6-d26e115a950a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be9f6629-3d1d-4c21-90b0-20561473a815","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8eb0ef6-c02d-4e5b-bc72-c77ffe295936","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MTA0NTg0ZGZhZDJhNjllNzQ4ODJlOTA5YjExZjA5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c1cd534-a9a2-4e78-a6b8-46eb1272cd5a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6824b5e1-94a4-4faa-80f6-c350d2399310","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:26:57.630Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:57.630Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:57.630Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:57.630Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:58.630Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:58.631Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:58.631Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:58.631Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:26:59.631Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:26:59.632Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:26:59.632Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:26:59.632Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:00.632Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:27:00.633Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:27:00.633Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:27:00.633Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:01.634Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:27:01.634Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:27:01.634Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:27:01.634Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:02.635Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:27:02.635Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:27:02.635Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:27:02.635Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:03.636Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:27:03.636Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:27:03.636Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:27:03.636Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:04.637Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:27:04.637Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:27:04.637Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:27:04.637Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:05.638Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:27:05.638Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:27:05.638Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:27:05.639Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:06.639Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f64717a-dfbe-4135-8bd9-a12b0d29ee6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec2d3468-c874-4b80-aa33-979d21c8d926",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "850b1777-af11-4720-a01f-ce0101ceac07",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "779c856d-0665-402f-97c4-5e8c359527ee",
      "resourceInvariantUUID": "3b1bba39-2bbd-4858-8eb4-f062befaa654",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6824b5e1-94a4-4faa-80f6-c350d2399310"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:27:06.640Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:27:06.640Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d ASDC
2023-03-21T06:27:06.640Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3d9a5f2e-f42c-4236-b377-677e097954f1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
ServiceInvariantUUID:ec2d3468-c874-4b80-aa33-979d21c8d926
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:6824b5e1-94a4-4faa-80f6-c350d2399310
ArtifactChecksum:Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:850b1777-af11-4720-a01f-ce0101ceac07
ResourceInvariantUUID:3b1bba39-2bbd-4858-8eb4-f062befaa654
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:779c856d-0665-402f-97c4-5e8c359527ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:27:06.640Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d 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-03-21T06:27:06.679Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:27:06.679Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:27:06.679Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:27:06.679Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:27:06.679Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:27:06.680Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:27:06.699Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:27:06.699Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55d1d63a
2023-03-21T06:27:06.699Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:27:06.699Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T06:27:06.699Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6824b5e1-94a4-4faa-80f6-c350d2399310 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:27:06.700Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:27:06.700Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:27:06.700Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:27:06.700Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:27:06.700Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:27:06.700Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380026700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:07.701Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:6824b5e1-94a4-4faa-80f6-c350d2399310)
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-03-21T06:27:07.721Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:27:07.721Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 779c856d-0665-402f-97c4-5e8c359527ee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_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=?
2023-03-21T06:27:07.729Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:27:07.752Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 779c856d-0665-402f-97c4-5e8c359527ee test-pnf
2023-03-21T06:27:07.752Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:27:07.752Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:27:07.752Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 779c856d-0665-402f-97c4-5e8c359527ee 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=?
2023-03-21T06:27:07.760Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:27:07.781Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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-03-21T06:27:07.788Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 779c856d-0665-402f-97c4-5e8c359527ee 0 ASDC deployResourceStructure
2023-03-21T06:27:07.789Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-21T06:27:07.790Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:27:07.790Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-21T06:27:07.790Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:27:07.790Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:27:07.790Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:27:07.791Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380027790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:08.791Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:27:08.816Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:27:08.820Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:27:08.820Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:27:08.820Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:27:08.820Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:27:08.820Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:27:08.820Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:27:08.820Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:27:08.821Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-21T06:27:08.821Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-03-21T06:27:08.835Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:27:38.835Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 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-03-21T06:27:38.844Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 and serviceModelVersionId: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:27:38.844Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec2d3468-c874-4b80-aa33-979d21c8d926
2023-03-21T06:27:38.844Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0
2023-03-21T06:27:38.849Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:27:38.864Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||Invoke
2023-03-21T06:27:38.864Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d9a5f2e-f42c-4236-b377-677e097954f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa05d013-36a7-4627-b999-9743219f42a2], X-ECOMP-RequestID=[3d9a5f2e-f42c-4236-b377-677e097954f1], X-TransactionId=[], X-ONAP-RequestID=[3d9a5f2e-f42c-4236-b377-677e097954f1], Content-Type=[application/merge-patch+json]}
2023-03-21T06:27:38.871Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T06:27:39.069Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:27:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[195], vertex-id=[208904], x-aai-txid=[2-aai-resources-230321-06:27:39:238-21574], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:27:39.069Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:27:39.069Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||InvokeReturn
2023-03-21T06:27:39.069Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:27:39.070Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:27:39.077Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:27:39.078Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d9a5f2e-f42c-4236-b377-677e097954f1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-21T06:27:39.078Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:27:39.078Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:27:39.078Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:27:39.078Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380059078,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-03-21T06:27:40.106Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T06:27:40.106Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T06:27:40.107Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 0 disconnected.
2023-03-21T06:27:40.107Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 1 disconnected.
2023-03-21T06:27:40.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:27:40.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:27:40.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:27:40.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T06:27:40.112Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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=12, 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-03-21T06:27:40.115Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b5935286-44d9-4ae9-b2fd-7561705d5676
2023-03-21T06:27:40.116Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:27:40.116Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T06:27:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:27:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380016607,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:27:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:27:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679379280175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380026700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:27:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380027790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-21T06:27:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:27:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380059078,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-21T06:27:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:27:41.575Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:27:44.583Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:27:47.591Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:27:50.599Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:27:53.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:27:56.615Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:27:59.623Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:02.632Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:05.641Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:08.651Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:11.660Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:14.670Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:17.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:20.689Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:23.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:26.707Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:29.716Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:32.724Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:35.733Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:38.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:28:40.110Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T06:28:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:41.114Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:28:41.115Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:28:41.121Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:28:41.122Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b5935286-44d9-4ae9-b2fd-7561705d5676', protocol='range'}
2023-03-21T06:28:41.126Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:28:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:28:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:28:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:28:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:28:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:28:41.128Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b5935286-44d9-4ae9-b2fd-7561705d5676=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:28:41.142Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b5935286-44d9-4ae9-b2fd-7561705d5676', protocol='range'}
2023-03-21T06:28:41.142Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:28:41.142Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:28:41.143Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:28:41.144Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:28:41.144Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:28:41.147Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:28:41.148Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:28:41.148Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:28:41.148Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:28:41.148Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:28:41.148Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:28:41.149Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:28:41.149Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:28:41.149Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:28:41.149Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1714, 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-03-21T06:28:41.150Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:28:41.150Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:28:41.217Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:28:41.217Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:28:41.218Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:28:41.218Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:28:41.218Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:28:41.218Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:42.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:28:42.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:28:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:28:42.218Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:28:42.219Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:28:42.219Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:28:42.219Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:43.220Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:28:43.220Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:28:43.220Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:28:43.220Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:44.221Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:28:44.222Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:28:44.222Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:28:44.222Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:45.223Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:28:45.223Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:28:45.223Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:28:45.223Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:46.224Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:28:46.224Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:28:46.225Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:28:46.225Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:47.226Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:28:47.226Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:28:47.226Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:28:47.226Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:48.227Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:28:48.228Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:28:48.228Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T06:28:48.228Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:28:48.229Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T06:28:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:28:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:28:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:28:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:28:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:28:48.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:28:48.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:28:48.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2568dbc5
2023-03-21T06:28:48.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:28:48.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:28:48.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:28:48.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T06:28:48.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T06:28:48.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:28:48.290Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:28:48.291Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:28:48.291Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380128290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:49.292Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T06:28:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:28:49.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T06:28:49.315Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T06:28:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T06:28:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:28:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:28:49.316Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:28:49.329Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:28:49.329Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2fddd4cd
2023-03-21T06:28:49.329Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:28:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:28:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:28:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T06:28:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T06:28:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:28:49.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:28:49.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:28:49.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380129330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:28:50.332Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T06:28:50.332Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:28:50.361Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:28:50.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:28:50.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:29:20.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:29:20.384Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:29:20.389Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:29:20.390Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:29:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:29:41.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:29:41.101Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:29:41.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:29:50.390Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:29:50.413Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:29:50.418Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:29:50.418Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:30:20.418Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:30:21.185Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:30:21.189Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:30:21.189Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:30:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:30:41.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:30:41.102Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:30:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:30:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:30:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:30:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:30:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:30:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T06:30:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:30:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:30:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:30:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:30:41.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:30:41.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:30:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:30:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:30:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380128290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:30:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:30:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:30:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380129330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:30:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:30:51.189Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:30:51.215Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:30:51.219Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:30:51.220Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:31:21.220Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:31:21.235Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:31:21.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:31:21.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:31:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:31:51.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:31:51.268Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:31:51.273Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:31:51.273Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:32:11.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:32:11.137Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679380322893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:32:11.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:32:21.274Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:32:21.298Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:32:21.302Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:32:21.303Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:32:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:32:41.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:32:41.102Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380310613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:32:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:32:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:32:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380278880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:32:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:32:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:32:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679380307681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:32:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:32:51.303Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:32:51.322Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:32:51.328Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:32:51.328Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:33:21.328Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:33:21.354Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:33:21.358Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:33:21.358Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:33:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:33:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679380322893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380278880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679380307681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380310613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380332995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679380322893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380278880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679380307681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380310613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380332995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679380322893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380278880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679380307681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380310613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380332995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679380322893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380278880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380310613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679380307681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380332995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.113Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679380322893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.114Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380278880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.115Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679380307681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.115Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380310613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380332995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679380322893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:33:41.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.117Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380278880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380310613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679380307681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.119Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380332995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.119Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679380322893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.119Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380278880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380310613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679380307681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380332995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679380322893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380278880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:33:41.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380310613,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:33:41.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679380307681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:33:41.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380332995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679380340693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:33:41.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380340405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:33:41.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380332995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380341408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380342127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679380342410,
  "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-03-21T06:33:41.163Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df8825ed-4298-4e26-a36b-90eeff953fbb
2023-03-21T06:33:41.164Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8825ed-4298-4e26-a36b-90eeff953fbb 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-03-21T06:33:41.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.198Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380345774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T06:33:41.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.199Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679380346777,
  "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-03-21T06:33:41.210Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df8825ed-4298-4e26-a36b-90eeff953fbb
2023-03-21T06:33:41.210Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8825ed-4298-4e26-a36b-90eeff953fbb 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-03-21T06:33:41.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380350131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380350131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380350131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380350131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380350131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380350131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380350131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380350131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380350131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:33:41.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380359877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:33:41.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:33:41.264Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:33:41.265Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b5935286-44d9-4ae9-b2fd-7561705d5676 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T06:33:41.265Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T06:33:41.265Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T06:33:42.068Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:33:45.077Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:33:48.087Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:33:51.096Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:33:51.359Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T06:33:51.359Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T06:33:51.371Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T06:33:51.371Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T06:33:51.372Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T06:33:51.378Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:33:51.392Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T06:33:51.392Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2f57b76-064c-4877-9ac1-33ca150fdbd7], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T06:33:51.399Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T06:33:51.535Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:33:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[368840], x-aai-txid=[0-aai-resources-230321-06:33:51:765-30569], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:33:51.535Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:33:51.536Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T06:33:51.536Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:33:51.536Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:33:51.542Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:33:51.542Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T06:33:51.542Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T06:33:51.543Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:33:51.543Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:33:51.543Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380431542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-21T06:33:52.563Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:33:52.563Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:33:52.563Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:33:52.563Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:33:52.563Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:33:52.563Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:33:53.564Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:33:53.564Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:33:53.564Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:33:53.564Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:33:54.105Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:33:54.565Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:33:54.565Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:33:54.565Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:33:54.566Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:33:55.566Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:33:55.566Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:33:55.566Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:33:55.567Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:33:56.567Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:33:56.567Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:33:56.567Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:33:56.568Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:33:57.114Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:33:57.568Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:33:57.568Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:33:57.568Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:33:57.569Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:33:58.569Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:33:58.569Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:33:58.569Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:33:58.569Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:33:59.570Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:33:59.571Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:33:59.571Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T06:33:59.572Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:33:59.572Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T06:33:59.613Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:33:59.613Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:33:59.614Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:33:59.614Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:33:59.614Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:33:59.614Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:33:59.906Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:33:59.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T06:33:59.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:33:59.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:33:59.911Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:33:59.912Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:33:59.912Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:33:59.912Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380439911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:00.122Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:00.912Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:34:00.913Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:34:00.914Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:00.914Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T06:34:00.915Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:00.915Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:01.036Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6039362819619233936/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-21T06:34:02.562Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.563Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.564Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.565Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:34:02.566Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:34:02.567Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:34:02.568Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:02.569Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T06:34:02.616Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T06:34:02.616Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:34:02.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T06:34:02.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:34:02.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:02.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:02.617Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380442616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:03.129Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:03.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:34:03.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T06:34:03.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:34:03.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:03.618Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:03.619Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380443618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:04.619Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:34:04.640Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:34:04.644Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:34:04.644Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:34:04.644Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:34:04.644Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:34:04.644Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:34:04.644Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:34:04.644Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:34:04.645Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:34:04.645Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:34:04.656Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:34:06.138Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:09.146Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:12.155Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:15.164Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:18.173Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:21.181Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:24.190Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:27.198Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:30.206Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:33.216Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:34.657Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T06:34:34.666Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T06:34:34.666Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T06:34:34.666Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T06:34:34.670Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:34:34.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T06:34:34.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aae94a36-07de-42bf-b2d3-a7bfda5cb4dd], X-ECOMP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-TransactionId=[], X-ONAP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], Content-Type=[application/merge-patch+json]}
2023-03-21T06:34:34.690Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:34:34.822Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:34:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[143368], x-aai-txid=[0-aai-resources-230321-06:34:35:055-58840], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:34:34.822Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:34:34.823Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T06:34:34.823Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:34:34.823Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:34:34.831Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:34:34.831Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:34:34.831Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:34:34.831Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:34.831Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:34.831Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380474831,
  "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-03-21T06:34:35.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:34:35.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:34:35.856Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:34:35.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:35.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:35.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:36.224Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:36.857Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:34:36.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:36.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:36.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:37.858Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:34:37.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:37.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:37.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:38.859Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:34:38.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:38.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:38.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:39.233Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:34:39.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:34:39.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:39.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:39.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:40.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:34:40.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:40.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:40.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:41.114Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:34:41.114Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:34:41.119Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:34:41.120Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:34:41.135Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:34:41.135Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:34:41.135Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:34:41.140Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:34:41.140Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:34:41.140Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:34:41.141Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1785, 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-03-21T06:34:41.141Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:34:41.141Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:34:41.866Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:34:41.866Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:41.866Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:41.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:42.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.158Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380361572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T06:34:42.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.160Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679380362578,
  "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-03-21T06:34:42.180Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df8825ed-4298-4e26-a36b-90eeff953fbb
2023-03-21T06:34:42.180Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId df8825ed-4298-4e26-a36b-90eeff953fbb 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-03-21T06:34:42.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380431542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T06:34:42.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:34:42.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.202Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:34:42.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:34:42.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380439911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380442616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380443618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380474831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:34:42.207Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:34:42.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:34:42.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:34:42.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:34:42.868Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T06:34:42.868Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:34:42.868Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T06:34:42.911Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:34:42.912Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:34:42.912Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:34:42.912Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:42.912Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:34:42.913Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:43.446Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:34:43.449Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T06:34:43.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:34:43.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:43.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:34:43.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:43.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:43.450Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380483450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:44.451Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:34:44.452Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:34:44.452Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:44.452Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T06:34:44.453Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:44.453Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:44.562Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP156874169497958545/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T06:34:46.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:34:46.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:34:46.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.060Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:34:46.061Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:46.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:34:46.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:34:46.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:34:46.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:46.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:46.063Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.064Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:34:46.065Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:46.066Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:34:46.067Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:34:46.068Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T06:34:46.069Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.070Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:46.070Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.070Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:46.070Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.070Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:46.070Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:34:46.070Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:34:46.070Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T06:34:46.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T06:34:46.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:34:46.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T06:34:46.124Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:34:46.124Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:46.124Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:46.124Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380486123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:47.125Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:34:47.125Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T06:34:47.125Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:34:47.125Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:34:47.125Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:34:47.125Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380487125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:34:48.126Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:34:48.151Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:34:48.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:34:48.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:34:48.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:34:48.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:34:48.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:34:48.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:34:48.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:34:48.156Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:34:48.156Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:34:48.169Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:35:18.169Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T06:35:18.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T06:35:18.178Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T06:35:18.179Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T06:35:18.187Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:35:18.205Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T06:35:18.205Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[181e7f27-09df-46a1-b8ba-813aeaf1bfa0], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T06:35:18.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:35:18.373Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:35:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[217112], x-aai-txid=[0-aai-resources-230321-06:35:18:578-16469], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:35:18.374Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:35:18.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T06:35:18.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:35:18.375Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:35:18.386Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:35:18.387Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:35:18.387Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:35:18.387Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:18.387Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:18.387Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380518387,
  "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-03-21T06:35:19.417Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:35:19.417Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:35:19.417Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:35:19.418Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:19.418Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:19.418Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:20.418Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:35:20.419Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:20.419Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:20.419Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:21.419Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:35:21.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:35:21.420Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T06:35:21.420Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T06:35:21.420Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T06:35:21.462Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:35:21.463Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:35:21.463Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:35:21.463Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T06:35:21.464Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:35:21.464Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:35:21.494Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:35:21.494Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3b413a43
2023-03-21T06:35:21.494Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:35:21.494Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T06:35:21.495Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:35:21.495Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T06:35:21.495Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T06:35:21.495Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:35:21.495Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:21.496Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:21.496Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380521495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:22.496Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:35:22.546Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T06:35:22.546Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:35:22.547Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T06:35:22.547Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:35:22.547Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:22.547Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:22.547Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380522546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:23.549Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:35:23.550Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T06:35:23.550Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:35:23.550Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:23.551Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:23.551Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380523549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:24.552Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:35:24.573Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:35:24.577Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:35:24.577Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:35:24.578Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:35:24.578Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:35:24.578Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:35:24.578Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:35:24.578Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:35:24.578Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:35:24.578Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:35:24.591Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:35:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:35:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380483450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:35:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:35:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:35:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380486123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T06:35:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:35:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:35:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380487125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T06:35:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:35:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:35:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380518387,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:35:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:35:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:35:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:35:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:35:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:35:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:35:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:35:41.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:35:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380521495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:35:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:35:41.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:35:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380522546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T06:35:41.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:35:41.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:35:41.113Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380523549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T06:35:41.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:35:54.591Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T06:35:54.599Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T06:35:54.599Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T06:35:54.600Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T06:35:54.607Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:35:54.672Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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-03-21T06:35:54.673Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T06:35:54.682Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:35:54.821Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T06:35:54.821Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:35:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[606376], x-aai-txid=[0-aai-resources-230321-06:35:55:048-97429], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:35:54.821Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:35:54.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:35:54.822Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:35:54.833Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:35:54.834Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:35:54.834Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:35:54.834Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:54.834Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:54.834Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380554834,
  "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-03-21T06:35:55.858Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:35:55.858Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:35:55.858Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:35:55.859Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:55.859Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:55.859Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:56.860Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:35:56.860Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:56.860Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:56.861Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:57.861Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:35:57.862Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:57.862Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:57.862Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:58.863Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:35:58.863Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:58.864Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:58.864Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:35:59.865Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:35:59.865Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:35:59.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:35:59.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:00.867Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:00.867Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:00.867Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:00.867Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:01.868Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:01.868Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:01.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:01.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:02.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:02.870Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:02.870Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:02.870Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:03.872Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:36:03.872Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:36:03.872Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T06:36:03.872Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:36:03.873Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T06:36:03.914Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:36:03.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:36:03.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:36:03.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:03.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:36:03.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:04.170Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:36:04.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T06:36:04.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:36:04.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:04.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:36:04.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:04.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:04.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380564174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:05.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:36:05.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:36:05.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.246Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13033094827780816655/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T06:36:05.915Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:36:05.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:36:05.917Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T06:36:05.964Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T06:36:05.964Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:36:05.964Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T06:36:05.964Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:36:05.964Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:05.964Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:05.964Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380565964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:06.965Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:36:06.966Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T06:36:06.966Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:36:06.966Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:06.966Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:06.966Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380566965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:07.967Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:36:07.989Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:36:07.993Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:36:07.993Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:36:07.993Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:36:07.993Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:36:07.993Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:36:07.993Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:36:07.993Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:36:07.993Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:36:07.993Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:36:08.006Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:36:38.007Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T06:36:38.015Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T06:36:38.016Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T06:36:38.017Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T06:36:38.023Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:36:38.034Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T06:36:38.034Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35326133-5e98-47d6-9bf3-375fc535eee5], X-ECOMP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-TransactionId=[], X-ONAP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], Content-Type=[application/merge-patch+json]}
2023-03-21T06:36:38.042Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:36:38.179Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:36:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[196760], x-aai-txid=[2-aai-resources-230321-06:36:38:410-66534], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:36:38.180Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:36:38.181Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T06:36:38.181Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:36:38.181Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:36:38.193Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:36:38.194Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:36:38.194Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:36:38.194Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:38.194Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:38.194Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380598194,
  "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-03-21T06:36:39.220Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:36:39.221Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:36:39.221Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:39.221Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:39.221Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:39.221Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:36:40.222Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:40.222Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:40.222Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:40.222Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:36:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380554834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:36:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:36:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:36:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:36:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:36:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380564174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380565964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380566965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T06:36:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380598194,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:36:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:36:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:36:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:36:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:36:41.224Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:41.224Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:41.224Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:41.224Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:36:42.225Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:42.225Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:42.226Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:42.226Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:36:43.226Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:43.227Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:43.227Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:43.227Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:36:44.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:44.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:44.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:44.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:45.229Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:36:45.229Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:45.229Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:45.229Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:46.231Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:36:46.231Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:36:46.232Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T06:36:46.232Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:36:46.232Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T06:36:46.281Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:36:46.281Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:36:46.281Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:36:46.281Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T06:36:46.281Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:36:46.281Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:36:46.303Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:36:46.303Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@275c0827
2023-03-21T06:36:46.303Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:36:46.303Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T06:36:46.303Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:36:46.303Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T06:36:46.304Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T06:36:46.304Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:36:46.304Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:46.304Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:46.304Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380606303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:47.305Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:36:47.349Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T06:36:47.349Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:36:47.350Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T06:36:47.350Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:36:47.350Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:47.350Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:47.350Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380607349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:48.352Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:36:48.352Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T06:36:48.352Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:36:48.353Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:36:48.353Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:36:48.353Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380608352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:36:49.354Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:36:49.376Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:36:49.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:36:49.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:36:49.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:36:49.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:36:49.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:36:49.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:36:49.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:36:49.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:36:49.379Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:36:49.391Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:37:19.392Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T06:37:19.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T06:37:19.402Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T06:37:19.403Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T06:37:19.408Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:37:19.420Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T06:37:19.420Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e041087-04ea-4050-af5b-3cd21f49817a], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T06:37:19.426Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:37:19.548Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:37:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[241880], x-aai-txid=[1-aai-resources-230321-06:37:19:791-6457], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:37:19.549Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:37:19.550Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T06:37:19.550Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:37:19.550Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:37:19.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:37:19.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:37:19.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:37:19.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:19.564Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:19.564Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380639563,
  "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-03-21T06:37:20.590Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:37:20.591Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:37:20.591Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:37:20.592Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:20.592Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:20.592Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:21.593Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:37:21.594Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:21.594Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:21.594Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:22.594Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:37:22.595Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:22.595Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:22.595Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:23.596Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:37:23.596Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:23.596Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:23.596Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:24.597Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:37:24.597Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:24.597Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:24.597Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:25.598Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:37:25.598Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:25.598Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:25.599Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:26.599Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:37:26.600Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:26.600Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:26.600Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:27.600Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:37:27.601Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:27.601Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:27.601Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:28.602Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:37:28.602Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:37:28.602Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T06:37:28.602Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:37:28.602Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T06:37:28.647Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:37:28.648Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:37:28.648Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:37:28.648Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:28.649Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:37:28.649Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:28.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:37:28.946Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T06:37:28.947Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:37:28.947Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:28.947Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:37:28.948Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:28.948Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:28.948Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380648947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:29.948Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:37:29.949Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:37:29.949Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:29.950Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:29.951Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:29.951Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:30.027Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6305105380032516356/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T06:37:30.661Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:37:30.662Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:37:30.663Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T06:37:30.705Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T06:37:30.705Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:37:30.705Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T06:37:30.705Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:37:30.706Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:30.706Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:30.706Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380650705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:31.706Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:37:31.707Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T06:37:31.707Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:37:31.707Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:37:31.707Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:37:31.707Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380651706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:32.708Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:37:32.729Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:37:32.732Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:37:32.732Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:37:32.732Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:37:32.732Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:37:32.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:37:32.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:37:32.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:37:32.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:37:32.733Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:37:32.745Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:37:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:37:41.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:37:41.102Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:37:41.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:02.746Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T06:38:02.756Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T06:38:02.757Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T06:38:02.757Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T06:38:02.764Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:38:02.776Z|bf6d449f-7700-4617-8a46-d08a1416b239|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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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-03-21T06:38:02.777Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T06:38:02.782Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:38:02.918Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T06:38:02.918Z|bf6d449f-7700-4617-8a46-d08a1416b239|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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:38:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[262360], x-aai-txid=[0-aai-resources-230321-06:38:03:146-82032], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:38:02.919Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:38:02.919Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:38:02.919Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:38:02.930Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:38:02.930Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:38:02.930Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:38:02.930Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:02.930Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:02.930Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380682930,
  "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-03-21T06:38:03.963Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:38:03.964Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:38:03.964Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:03.964Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:03.964Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:03.964Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:04.964Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:04.965Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:04.965Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:04.965Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:05.966Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:05.966Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:05.966Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:05.966Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:06.966Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:06.967Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:06.967Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:06.967Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:07.967Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:07.968Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:07.968Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:07.968Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:08.968Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:08.969Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:08.969Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:08.969Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:09.970Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:09.970Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:09.970Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:09.970Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:10.971Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:10.971Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:10.971Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:10.971Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:11.972Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:38:11.972Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:38:11.972Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T06:38:11.973Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:38:11.973Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T06:38:12.032Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:38:12.032Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:38:12.033Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:38:12.033Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:12.033Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:38:12.033Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:12.291Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:38:12.295Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T06:38:12.295Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:38:12.296Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:12.296Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:38:12.296Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:12.296Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:12.296Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380692295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:13.296Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:38:13.297Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:38:13.297Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.298Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.298Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.298Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.376Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP877393580463763792/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T06:38:13.916Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:38:13.916Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:38:13.916Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.916Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:38:13.916Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:38:13.917Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:38:13.918Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T06:38:13.967Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists
2023-03-21T06:38:13.967Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:38:13.967Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists)
2023-03-21T06:38:13.967Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:38:13.967Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:13.967Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:13.967Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380693967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:14.968Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:38:14.968Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists)
2023-03-21T06:38:14.968Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:38:14.968Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:14.969Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:14.969Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380694968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:15.969Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:38:15.989Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:38:15.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:38:15.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:38:15.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:38:15.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:38:15.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:38:15.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:38:15.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:38:15.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:38:15.994Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:38:16.003Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:38:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:41.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.102Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:38:41.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380606303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:38:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380607349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380608352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380639563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:38:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380648947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380650705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:38:41.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380651706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T06:38:41.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:38:46.004Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T06:38:46.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T06:38:46.011Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T06:38:46.012Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T06:38:46.018Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:38:46.036Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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-03-21T06:38:46.036Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T06:38:46.045Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:38:46.188Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T06:38:46.189Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:38:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[274648], x-aai-txid=[0-aai-resources-230321-06:38:46:411-62818], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:38:46.189Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:38:46.190Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:38:46.190Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:38:46.202Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:38:46.203Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:38:46.203Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:38:46.204Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:46.204Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:46.204Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380726203,
  "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-03-21T06:38:47.232Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:38:47.233Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c7e18f8d-8954-4b54-900a-f2f560709ff7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01905d64-c8ad-4e9f-afdc-cb7ee58c1f07","serviceDescription":"service","serviceInvariantUUID":"a665b9b2-87f8-48a3-988b-0893f2679cf9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"113f7caa-38e2-4aed-87d6-5762463132e2","resourceInvariantUUID":"dd6b5af6-8c9e-46f4-9824-b586fb434de6","resourceCustomizationUUID":"a488fe58-5594-4a66-80de-ca9c1b568572","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":"MmIwNjg3ZDJkMjMzZTgwMmM5MzkwMjJmMGNiNWMwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d79d1df-c5fd-4308-b704-9334affe467d","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":"MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773e4ce9-e2c0-4106-8642-1b37dc5d3e3d","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":"88028da5-360e-4fe4-932b-3c863f5b1564","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":"21d6c1f6-5a5b-4fe4-8e62-b2eb90d869d6","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":"230b6271-5720-42e0-8f4b-9f8a753ab317","artifactVersion":"2","generatedFromUUID":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2"},{"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":"f68f82b3-e291-4af4-8e04-71929e50a772","artifactVersion":"2","generatedFromUUID":"88028da5-360e-4fe4-932b-3c863f5b1564"},{"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":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2","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":"68e52994-54ff-4a23-9f05-897753130364","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":"NmZmODgxNGI3ZWMxODY3ZDNmMTVhMWE4Y2Q5NTZhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd28c5-7588-4d71-a01c-181f7422ff92","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412cdb7-8e9e-4e35-ae21-7c349fee3f85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:38:47.234Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:47.234Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:47.235Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:47.235Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:38:48.236Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:48.236Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:48.236Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:48.236Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:38:49.237Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:49.238Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:49.238Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:49.238Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:38:50.239Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:50.240Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:50.240Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:50.240Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:38:51.241Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:51.242Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:51.242Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:51.242Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:38:52.244Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:52.244Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:52.244Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:52.244Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:38:53.246Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:53.246Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:53.246Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:53.246Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:38:54.247Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:54.247Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:54.247Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:54.247Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:38:55.248Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:55.249Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:55.249Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:55.249Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:56.250Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:38:56.250Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:56.250Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:56.251Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:57.252Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01905d64-c8ad-4e9f-afdc-cb7ee58c1f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a665b9b2-87f8-48a3-988b-0893f2679cf9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a488fe58-5594-4a66-80de-ca9c1b568572",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "113f7caa-38e2-4aed-87d6-5762463132e2",
      "resourceInvariantUUID": "dd6b5af6-8c9e-46f4-9824-b586fb434de6",
      "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": "MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773e4ce9-e2c0-4106-8642-1b37dc5d3e3d",
          "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": "88028da5-360e-4fe4-932b-3c863f5b1564",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
            "generatedFromUUID": "88028da5-360e-4fe4-932b-3c863f5b1564"
          },
          "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": "230b6271-5720-42e0-8f4b-9f8a753ab317",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
          "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": "675e0846-49a0-4f3f-aaf0-eecc4ab76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2412cdb7-8e9e-4e35-ae21-7c349fee3f85"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:38:57.252Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:38:57.252Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 ASDC
2023-03-21T06:38:57.253Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7e18f8d-8954-4b54-900a-f2f560709ff7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
ServiceInvariantUUID:a665b9b2-87f8-48a3-988b-0893f2679cf9
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:2412cdb7-8e9e-4e35-ae21-7c349fee3f85
ArtifactChecksum:ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a488fe58-5594-4a66-80de-ca9c1b568572
ResourceInvariantUUID:dd6b5af6-8c9e-46f4-9824-b586fb434de6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:113f7caa-38e2-4aed-87d6-5762463132e2
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:773e4ce9-e2c0-4106-8642-1b37dc5d3e3d
ArtifactChecksum:MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM=
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:88028da5-360e-4fe4-932b-3c863f5b1564
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:230b6271-5720-42e0-8f4b-9f8a753ab317
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:675e0846-49a0-4f3f-aaf0-eecc4ab76af2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:38:57.253Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 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-03-21T06:38:57.300Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:38:57.301Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:38:57.301Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:38:57.301Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T06:38:57.302Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:38:57.302Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:57.578Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:38:57.583Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 163279
2023-03-21T06:38:57.583Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:57.584Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:57.585Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:38:57.585Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:57.585Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:57.585Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380737583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:38:58.586Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:38:58.587Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:38:58.587Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:38:58.587Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-21T06:38:58.588Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:38:58.588Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:38:58.671Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6417754732135200146/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.500Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=37e29a3d-c930-4345-b180-aacf37331fc8
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.502Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.503Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:38:59.503Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.503Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
Model Version:NULL
Model InvariantUuid:a665b9b2-87f8-48a3-988b-0893f2679cf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bd6fd355-2030-4dc0-aa80-915a0c052294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd6b5af6-8c9e-46f4-9824-b586fb434de6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a488fe58-5594-4a66-80de-ca9c1b568572
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0880845-ac8e-4569-9956-087448a8bd6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:258fb453-aa14-438d-85b2-e5977a67d8e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:37e29a3d-c930-4345-b180-aacf37331fc8
ModelInvariantUuid:96a8f603-a7ec-434e-80d2-fab044443232
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c73245af-a1cd-4bac-803f-499d05ebee3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0bf709ae-fcb9-4f1f-93f9-31ff6962692b
ModelInvariantUuid:f110a654-b45d-4307-9f47-86e965e471e5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:860405e8-bdfa-4a56-bbb0-d81eae49c337
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-03-21T06:38:59.548Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists
2023-03-21T06:38:59.549Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:38:59.549Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists)
2023-03-21T06:38:59.549Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:38:59.549Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:38:59.549Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:38:59.549Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380739549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:39:00.550Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:39:00.550Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists)
2023-03-21T06:39:00.550Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:39:00.550Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:00.550Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:00.550Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380740550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:39:01.551Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:39:01.577Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:39:01.582Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:39:01.583Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:39:01.583Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:39:01.583Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:39:01.584Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:39:01.584Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:39:01.584Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:39:01.584Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:39:01.584Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:39:01.599Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:39:31.599Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T06:39:31.607Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 and serviceModelVersionId: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T06:39:31.607Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a665b9b2-87f8-48a3-988b-0893f2679cf9
2023-03-21T06:39:31.608Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0
2023-03-21T06:39:31.615Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:39:31.627Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?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-03-21T06:39:31.627Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||Invoke
2023-03-21T06:39:31.634Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:39:31.772Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||InvokeReturn
2023-03-21T06:39:31.772Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:39:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[729256], x-aai-txid=[2-aai-resources-230321-06:39:32:000-3608], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:39:31.772Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:39:31.772Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:39:31.772Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:39:31.780Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:39:31.781Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e18f8d-8954-4b54-900a-f2f560709ff7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:39:31.781Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:39:31.781Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:31.781Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:31.781Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380771781,
  "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-03-21T06:39:32.811Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:39:32.812Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"98590d00-e653-4386-b10d-a734b9f347a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a94977a-dd35-430d-b5cf-d4461d11a6cc","serviceDescription":"service","serviceInvariantUUID":"a8d9c6ec-855a-4120-bedd-073062b58525","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"957874ce-e768-4488-be41-60542675f0b2","resourceInvariantUUID":"6cc51686-4c28-4937-b4e5-5984f8751e13","resourceCustomizationUUID":"aed94782-1b8e-40f2-896e-0630fb81b9cb","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":"Y2M5NmZmMjk1Yzk4MjhjMDFkNTdlYjViYjY5ZjliNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717e5062-74f0-4b15-ab6e-2ffe9d9a0d4f","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":"NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5e958a8-1fb9-45da-ad41-3271ae3e490a","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":"a94fdf00-87d6-441b-b58e-27aa1ca44734","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":"18c048df-4501-43a0-b735-bd9fbf787a8b","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":"a8c9fce1-da0b-4e83-9d7c-2d04262438fb","artifactVersion":"2","generatedFromUUID":"a94fdf00-87d6-441b-b58e-27aa1ca44734"},{"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":"YWU3NTExY2I5NGIzMWJmYTEyYTUyM2Y1YjlmZGY4M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c998aa2b-9f55-4da2-85dc-11cb18f9cbcd","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":"MzRlMzY0ZDU3NTg4MDA5ZjdiNTM3ZDRkYWZlY2VhMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8916cef4-3071-4212-9b24-8627a5e84857","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8c175bd-3e73-4fb0-9070-9bf352069c72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:39:32.812Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:39:32.812Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:32.812Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:32.812Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:39:33.813Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:39:33.813Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:33.813Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:33.813Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:39:34.814Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:39:34.814Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:34.814Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:34.814Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:39:35.815Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:39:35.815Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:35.815Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:35.815Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:39:36.816Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:39:36.816Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:36.816Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:36.816Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:39:37.817Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:39:37.817Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:37.817Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:37.817Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "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-03-21T06:39:38.818Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:39:38.818Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:38.818Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:38.819Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:39:39.819Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:39:39.820Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:39.820Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:39.820Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:39:40.821Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a94977a-dd35-430d-b5cf-d4461d11a6cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8d9c6ec-855a-4120-bedd-073062b58525",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aed94782-1b8e-40f2-896e-0630fb81b9cb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "957874ce-e768-4488-be41-60542675f0b2",
      "resourceInvariantUUID": "6cc51686-4c28-4937-b4e5-5984f8751e13",
      "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": "NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5e958a8-1fb9-45da-ad41-3271ae3e490a",
          "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": "a94fdf00-87d6-441b-b58e-27aa1ca44734",
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
            "generatedFromUUID": "a94fdf00-87d6-441b-b58e-27aa1ca44734"
          },
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8c175bd-3e73-4fb0-9070-9bf352069c72"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:39:40.821Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:39:40.821Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a94977a-dd35-430d-b5cf-d4461d11a6cc ASDC
2023-03-21T06:39:40.822Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98590d00-e653-4386-b10d-a734b9f347a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
ServiceInvariantUUID:a8d9c6ec-855a-4120-bedd-073062b58525
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:c8c175bd-3e73-4fb0-9070-9bf352069c72
ArtifactChecksum:NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
ResourceInvariantUUID:6cc51686-4c28-4937-b4e5-5984f8751e13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:957874ce-e768-4488-be41-60542675f0b2
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:a5e958a8-1fb9-45da-ad41-3271ae3e490a
ArtifactChecksum:NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg=
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:a94fdf00-87d6-441b-b58e-27aa1ca44734
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:39:40.822Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a94977a-dd35-430d-b5cf-d4461d11a6cc 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-03-21T06:39:40.862Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:39:40.863Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:39:40.863Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:39:40.863Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T06:39:40.863Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:39:40.863Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:39:40.881Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:39:40.881Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@780695fd
2023-03-21T06:39:40.881Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:39:40.881Z|98590d00-e653-4386-b10d-a734b9f347a9|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-21T06:39:40.881Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8c175bd-3e73-4fb0-9070-9bf352069c72 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:39:40.881Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:39:40.881Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:39:40.881Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:39:40.881Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:40.882Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:40.882Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380780881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:39:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:39:41.101Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: cached metadata has changed from (version102: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version103: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-21T06:39:41.115Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:39:41.116Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:39:41.120Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:39:41.120Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:39:41.136Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:39:41.137Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:39:41.137Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:39:41.142Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:39:41.142Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:39:41.142Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:39:41.142Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1850, 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-03-21T06:39:41.142Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:39:41.143Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:39:41.882Z|98590d00-e653-4386-b10d-a734b9f347a9|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:c8c175bd-3e73-4fb0-9070-9bf352069c72)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:39:41.931Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists
2023-03-21T06:39:41.931Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:39:41.931Z|98590d00-e653-4386-b10d-a734b9f347a9|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: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists)
2023-03-21T06:39:41.932Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:39:41.932Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:41.932Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:41.932Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380781931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:39:42.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380682930,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:39:42.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.164Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380692295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380693967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
}
2023-03-21T06:39:42.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380694968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
}
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380726203,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380737583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380739549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
}
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380740550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
}
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380771781,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:39:42.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380780881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:39:42.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:39:42.169Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380781931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
}
2023-03-21T06:39:42.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:39:42.933Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:39:42.933Z|98590d00-e653-4386-b10d-a734b9f347a9|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: 957874ce-e768-4488-be41-60542675f0b2 already exists)
2023-03-21T06:39:42.933Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:39:42.933Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:39:42.933Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:39:42.934Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:39:43.934Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:39:43.960Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:39:43.964Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:39:43.964Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:39:43.964Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:39:43.964Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:39:43.964Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:39:43.964Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:39:43.964Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:39:43.964Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:39:43.964Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:39:43.978Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:40:13.978Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T06:40:13.987Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98590d00-e653-4386-b10d-a734b9f347a9 and serviceModelVersionId: 5a94977a-dd35-430d-b5cf-d4461d11a6cc
2023-03-21T06:40:13.987Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8d9c6ec-855a-4120-bedd-073062b58525
2023-03-21T06:40:13.987Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0
2023-03-21T06:40:13.993Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:40:14.005Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||Invoke
2023-03-21T06:40:14.005Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2a71e30-69fe-4fda-a017-ce59594f6e73], X-ECOMP-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], X-TransactionId=[], X-ONAP-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], Content-Type=[application/merge-patch+json]}
2023-03-21T06:40:14.012Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:40:14.142Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:40:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[741544], x-aai-txid=[1-aai-resources-230321-06:40:14:378-24365], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:40:14.142Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:40:14.143Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||InvokeReturn
2023-03-21T06:40:14.143Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:40:14.143Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:40:14.156Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:40:14.156Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98590d00-e653-4386-b10d-a734b9f347a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:40:14.156Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:40:14.156Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:14.156Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:14.157Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380814156,
  "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-03-21T06:40:15.185Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:40:15.186Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"476fc99b-70c8-468d-9a48-ed6783a233a1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e45c2106-e67d-4ee5-b1ef-19ada300221d","serviceDescription":"service","serviceInvariantUUID":"cbe14fe5-f16e-41b0-b777-f80c4e928e9a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86582baf-078f-4ae8-9693-40b3574923cd","resourceInvariantUUID":"816b504b-03fe-445d-a739-2f99a1dd43ee","resourceCustomizationUUID":"3b57a869-14b5-42be-8380-67bb62b237ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTY1OTFkNmMxOTY3NzEyYzQ0NDRhODA3YmYxNjdjN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a01a4f1-4cd8-45d5-819b-6026d261aeab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7df5dfbc-7c23-480d-bdfb-e7e4f0f16a95","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb6d0bd2-e3bb-4841-9db2-906cbd175c8d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjQ2YTQ5ZjU2YzRhMWEzZjc3YWZmNWNhMzk4MGU3MjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3bbec7de-a70a-4c1e-91fc-e9fb9d889e7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21eaffc4-ac87-4571-8041-790cbd3e6e08","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b99f0c0-470b-453e-934c-5ca6463f8c5f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13ccc503-c491-45cf-bdf9-d3d121e60ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTBhNmY2MGNmYzIyOGY1ODQ1NGYzZTFiNTAyYmE3YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84229124-4e9c-4b68-89e2-596655fc50d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a86dd3a-58dd-48ac-9fd2-5e64309c8f75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:40:15.187Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:15.187Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:15.187Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:15.187Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:16.187Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:16.188Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:16.188Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:16.188Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:17.188Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:17.189Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:17.189Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:17.189Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:18.189Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:18.190Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:18.190Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:18.190Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:19.190Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:19.191Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:19.191Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:19.191Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:20.191Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:20.192Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:20.192Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:20.192Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:21.193Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:21.193Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:21.193Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:21.193Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:22.194Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:22.194Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:22.194Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:22.195Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:23.195Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:23.195Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:23.195Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:23.195Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:24.196Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e45c2106-e67d-4ee5-b1ef-19ada300221d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbe14fe5-f16e-41b0-b777-f80c4e928e9a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3b57a869-14b5-42be-8380-67bb62b237ac",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "86582baf-078f-4ae8-9693-40b3574923cd",
      "resourceInvariantUUID": "816b504b-03fe-445d-a739-2f99a1dd43ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a86dd3a-58dd-48ac-9fd2-5e64309c8f75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:40:24.196Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:40:24.196Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45c2106-e67d-4ee5-b1ef-19ada300221d ASDC
2023-03-21T06:40:24.196Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:476fc99b-70c8-468d-9a48-ed6783a233a1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e45c2106-e67d-4ee5-b1ef-19ada300221d
ServiceInvariantUUID:cbe14fe5-f16e-41b0-b777-f80c4e928e9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75
ArtifactChecksum:YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3b57a869-14b5-42be-8380-67bb62b237ac
ResourceInvariantUUID:816b504b-03fe-445d-a739-2f99a1dd43ee
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:86582baf-078f-4ae8-9693-40b3574923cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:40:24.196Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45c2106-e67d-4ee5-b1ef-19ada300221d 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-03-21T06:40:24.232Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:40:24.233Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:40:24.233Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:40:24.233Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:40:24.233Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:40:24.233Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:40:24.470Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:40:24.474Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 111097
2023-03-21T06:40:24.474Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:40:24.474Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:40:24.474Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:40:24.474Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:24.475Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:24.475Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380824474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:25.475Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:40:25.476Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:40:25.476Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:40:25.477Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-21T06:40:25.477Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:40:25.477Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:40:25.555Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17390316557978993147/Definitions/service-TestPnfMacro-template.yml
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:40:26.150Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:40:26.151Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
Model Version:NULL
Model InvariantUuid:22a54413-155d-4dd1-a104-d21924a005da
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-03-21T06:40:26.200Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists
2023-03-21T06:40:26.200Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:40:26.200Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists)
2023-03-21T06:40:26.201Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:40:26.201Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:26.201Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:26.201Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380826200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:27.202Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:40:27.202Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists)
2023-03-21T06:40:27.202Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:40:27.202Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:27.203Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:27.203Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380827202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:28.203Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:40:28.226Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:40:28.230Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:40:28.230Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:40:28.230Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:40:28.230Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:40:28.230Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:40:28.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:40:28.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:40:28.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:40:28.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:40:28.245Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:40:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:40:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380782933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
}
2023-03-21T06:40:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380814156,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:40:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:40:41.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:40:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:40:41.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:40:41.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.115Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:40:41.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.115Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:40:41.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380824474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:40:41.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380826200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
}
2023-03-21T06:40:41.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:41.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:40:41.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380827202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
}
2023-03-21T06:40:41.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:40:58.245Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T06:40:58.256Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 and serviceModelVersionId: e45c2106-e67d-4ee5-b1ef-19ada300221d
2023-03-21T06:40:58.256Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbe14fe5-f16e-41b0-b777-f80c4e928e9a
2023-03-21T06:40:58.257Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0
2023-03-21T06:40:58.264Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:40:58.281Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||Invoke
2023-03-21T06:40:58.281Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec40d495-ef0d-46cb-b652-55af82b95b9d], X-ECOMP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-TransactionId=[], X-ONAP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], Content-Type=[application/merge-patch+json]}
2023-03-21T06:40:58.288Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:40:58.417Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?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/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:40:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[766120], x-aai-txid=[2-aai-resources-230321-06:40:58:653-11175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:40:58.417Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:40:58.417Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||InvokeReturn
2023-03-21T06:40:58.418Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:40:58.418Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:40:58.426Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:40:58.426Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 476fc99b-70c8-468d-9a48-ed6783a233a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:40:58.426Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:40:58.426Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:58.426Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:58.427Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380858426,
  "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-03-21T06:40:59.456Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:40:59.456Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3d9a5f2e-f42c-4236-b377-677e097954f1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f64717a-dfbe-4135-8bd9-a12b0d29ee6d","serviceDescription":"service","serviceInvariantUUID":"ec2d3468-c874-4b80-aa33-979d21c8d926","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"779c856d-0665-402f-97c4-5e8c359527ee","resourceInvariantUUID":"3b1bba39-2bbd-4858-8eb4-f062befaa654","resourceCustomizationUUID":"850b1777-af11-4720-a01f-ce0101ceac07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YWY0Y2Y3NDMzZmY5MGEzZWU5ZDU1ODMyMjJiNDI5MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fb7c528-16ea-4c42-8bfc-4c53a7524349","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c85848-bdba-4a76-8d7e-62c2f94a4ef4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb555b1-6efa-46df-ac2b-6e5067b1ab76","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTVhYTA1MTZlMDA4YmI0ZGQ2OTU1MTcxZjYxMWY1ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a672d27-e52a-4425-967a-1f3b9940535a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45abd2ed-af2e-41c8-95f6-d26e115a950a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be9f6629-3d1d-4c21-90b0-20561473a815","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8eb0ef6-c02d-4e5b-bc72-c77ffe295936","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MTA0NTg0ZGZhZDJhNjllNzQ4ODJlOTA5YjExZjA5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c1cd534-a9a2-4e78-a6b8-46eb1272cd5a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6824b5e1-94a4-4faa-80f6-c350d2399310","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:40:59.456Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:40:59.457Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:40:59.457Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:40:59.457Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:00.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:41:00.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:00.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:00.458Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:01.459Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:41:01.460Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:01.460Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:01.460Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:02.461Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:41:02.462Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:02.462Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:02.462Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:03.463Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:41:03.463Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:03.464Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:03.464Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:04.465Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:41:04.465Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:04.465Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:04.465Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:05.469Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:41:05.469Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:05.469Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:05.470Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:06.470Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:41:06.470Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:06.471Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:06.471Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:07.471Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:41:07.472Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:07.472Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:07.472Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:08.473Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f64717a-dfbe-4135-8bd9-a12b0d29ee6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec2d3468-c874-4b80-aa33-979d21c8d926",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "850b1777-af11-4720-a01f-ce0101ceac07",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "779c856d-0665-402f-97c4-5e8c359527ee",
      "resourceInvariantUUID": "3b1bba39-2bbd-4858-8eb4-f062befaa654",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6824b5e1-94a4-4faa-80f6-c350d2399310"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:41:08.473Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:41:08.473Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d ASDC
2023-03-21T06:41:08.474Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3d9a5f2e-f42c-4236-b377-677e097954f1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
ServiceInvariantUUID:ec2d3468-c874-4b80-aa33-979d21c8d926
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:6824b5e1-94a4-4faa-80f6-c350d2399310
ArtifactChecksum:Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:850b1777-af11-4720-a01f-ce0101ceac07
ResourceInvariantUUID:3b1bba39-2bbd-4858-8eb4-f062befaa654
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:779c856d-0665-402f-97c4-5e8c359527ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:41:08.474Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d 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-03-21T06:41:08.509Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:41:08.510Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:41:08.510Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:41:08.510Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:41:08.510Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:41:08.510Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:41:08.609Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:41:08.614Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6824b5e1-94a4-4faa-80f6-c350d2399310 111097
2023-03-21T06:41:08.614Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:41:08.614Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:41:08.614Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:41:08.615Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:08.615Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:08.615Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380868614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:09.616Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:41:09.617Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:41:09.617Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:41:09.617Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-21T06:41:09.618Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:41:09.618Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:41:09.702Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9089491741185859875/Definitions/service-TestPnfMacro-template.yml
2023-03-21T06:41:10.237Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar
2023-03-21T06:41:10.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:41:10.239Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:41:10.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:41:10.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:41:10.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:41:10.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:41:10.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:41:10.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:41:10.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:41:10.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:41:10.240Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
Model Version:NULL
Model InvariantUuid:22a54413-155d-4dd1-a104-d21924a005da
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-03-21T06:41:10.261Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 779c856d-0665-402f-97c4-5e8c359527ee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_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=?
2023-03-21T06:41:10.268Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:41:10.295Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 779c856d-0665-402f-97c4-5e8c359527ee test-pnf
2023-03-21T06:41:10.295Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:41:10.295Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:41:10.295Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 779c856d-0665-402f-97c4-5e8c359527ee 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-03-21T06:41:10.307Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@360bd976, org.onap.sdc.toscaparser.api.parameters.Input@71d699fd, org.onap.sdc.toscaparser.api.parameters.Input@2c213231, org.onap.sdc.toscaparser.api.parameters.Input@1a38e9d6, org.onap.sdc.toscaparser.api.parameters.Input@7210538e]
2023-03-21T06:41:10.307Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:41:10.307Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:41:10.307Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9: test-pnf
2023-03-21T06:41:10.307Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Processing PNF resource: 779c856d-0665-402f-97c4-5e8c359527ee
2023-03-21T06:41:10.308Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:41:10.308Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:41:10.308Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||WARN|500||Resource customization UUID: 230a8d84-56f0-409b-b1b1-5f84fb8c4d8a is NOT the same as notified resource customizationUUID: 850b1777-af11-4720-a01f-ce0101ceac07
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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=?
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2023-03-21T06:41:10.378Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 779c856d-0665-402f-97c4-5e8c359527ee 0 ASDC deployResourceStructure
2023-03-21T06:41:10.379Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:41:10.379Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:41:10.379Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-21T06:41:10.379Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:10.379Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:10.379Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380870379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:11.380Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:41:11.403Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:41:11.407Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:41:11.407Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:41:11.407Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:41:11.407Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:41:11.407Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:41:11.408Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:41:11.408Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:41:11.408Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:41:11.408Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:41:11.420Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:41:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:41:41.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380858426,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:41:41.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380120110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380868614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380870379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-21T06:41:41.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:41:41.420Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 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-03-21T06:41:41.428Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 and serviceModelVersionId: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:41:41.429Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec2d3468-c874-4b80-aa33-979d21c8d926
2023-03-21T06:41:41.429Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0
2023-03-21T06:41:41.435Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:41:41.448Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?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-03-21T06:41:41.448Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||Invoke
2023-03-21T06:41:41.455Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:41:41.604Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||InvokeReturn
2023-03-21T06:41:41.605Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:41:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[208904], x-aai-txid=[0-aai-resources-230321-06:41:41:820-86003], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:41:41.605Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:41:41.606Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:41:41.606Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:41:41.615Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:41:41.615Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d9a5f2e-f42c-4236-b377-677e097954f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:41:41.615Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:41:41.616Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:41:41.616Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:41:41.616Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380901615,
  "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-03-21T06:41:42.646Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T06:41:42.647Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T06:41:42.648Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 0 disconnected.
2023-03-21T06:41:42.649Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 1 disconnected.
2023-03-21T06:41:42.649Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:41:42.649Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:41:42.649Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:41:42.650Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T06:41:42.653Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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=12, 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-03-21T06:41:42.654Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8019b587-732e-4db1-9146-8a15d4867b10
2023-03-21T06:41:42.655Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:41:42.655Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T06:41:44.595Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:41:47.604Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:41:50.612Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:41:53.622Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:41:56.630Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:41:59.638Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:02.648Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:05.657Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:08.667Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:11.688Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:14.697Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:17.707Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:20.716Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:23.722Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:26.730Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:29.739Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:32.748Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:35.757Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:38.767Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:42:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:41.116Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:42:41.117Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:42:41.124Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:42:41.124Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8019b587-732e-4db1-9146-8a15d4867b10', protocol='range'}
2023-03-21T06:42:41.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:42:41.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:42:41.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:42:41.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:42:41.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:42:41.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:42:41.130Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 50: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8019b587-732e-4db1-9146-8a15d4867b10=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:42:41.146Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8019b587-732e-4db1-9146-8a15d4867b10', protocol='range'}
2023-03-21T06:42:41.146Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:42:41.146Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:42:41.146Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:42:41.146Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:42:41.146Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:42:41.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:42:41.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:42:41.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:42:41.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1913, 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-03-21T06:42:41.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:42:41.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:42:41.151Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:42:41.151Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:42:41.151Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:42:41.151Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:42:41.151Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:42:41.151Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:42:41.228Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:42:41.228Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:42:41.229Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:42:41.229Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:42:41.229Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:42:41.229Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:42:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380901615,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:42:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:42:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:42:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:42:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:42:42.229Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:42:42.230Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:42:42.230Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:42:42.230Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:43.231Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:42:43.231Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:42:43.231Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:42:43.231Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:44.232Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:42:44.232Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:42:44.232Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:42:44.233Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:45.233Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:42:45.233Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:42:45.233Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:42:45.234Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:46.234Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:42:46.235Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:42:46.235Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:42:46.235Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:47.235Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:42:47.236Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:42:47.236Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:42:47.236Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:48.237Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:42:48.237Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:42:48.238Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T06:42:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:42:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T06:42:48.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:42:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:42:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:42:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:42:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:42:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:42:48.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:42:48.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3452056f
2023-03-21T06:42:48.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:42:48.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:42:48.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:42:48.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T06:42:48.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T06:42:48.323Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:42:48.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:42:48.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:42:48.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380968323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:49.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T06:42:49.341Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:42:49.341Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T06:42:49.346Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T06:42:49.347Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T06:42:49.347Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:42:49.347Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:42:49.347Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:42:49.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:42:49.363Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1931ce23
2023-03-21T06:42:49.364Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:42:49.364Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:42:49.364Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:42:49.364Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T06:42:49.364Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T06:42:49.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:42:49.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:42:49.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:42:49.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380969364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:42:50.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T06:42:50.366Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:42:50.391Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:42:50.395Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:42:50.395Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:43:20.395Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:43:20.421Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:43:20.425Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:43:20.425Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:43:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:43:41.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:43:41.101Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:43:41.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:43:50.426Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:43:50.448Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:43:50.454Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:43:50.455Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:44:20.455Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:44:20.471Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:44:20.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:44:20.474Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:44:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:44:41.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:44:41.102Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:44:41.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:44:41.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:44:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:44:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:44:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:44:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380968323,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:44:41.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:44:41.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:44:41.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380969364,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:44:41.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:44:50.475Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:44:50.496Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:44:50.500Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:44:50.500Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:45:20.500Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:45:20.524Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:45:20.529Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:45:20.529Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:45:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:45:50.529Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:45:50.550Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:45:50.554Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:45:50.555Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:46:20.555Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:46:20.576Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:46:20.580Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:46:20.580Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:46:41.102Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:46:50.580Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:46:50.598Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:46:50.602Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:46:50.602Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:47:20.602Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:47:20.623Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:47:20.627Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:47:20.627Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:47:41.103Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:47:41.247Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:47:41.247Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8019b587-732e-4db1-9146-8a15d4867b10 sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T06:47:41.247Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T06:47:41.248Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T06:47:41.661Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:47:41.676Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:47:41.676Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:47:41.682Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:47:41.683Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 51: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:47:41.696Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:47:41.697Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:47:41.697Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:47:41.702Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:47:41.702Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:47:41.702Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:47:41.703Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1923, 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-03-21T06:47:41.703Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:47:41.703Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:47:50.628Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T06:47:50.628Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T06:47:50.636Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T06:47:50.636Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T06:47:50.637Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T06:47:50.643Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:47:50.656Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T06:47:50.656Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f9b102ef-c5a3-45bc-82bc-01af2d2ae5d0], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T06:47:50.662Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T06:47:50.798Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:47:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[368840], x-aai-txid=[0-aai-resources-230321-06:47:51:028-65870], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:47:50.798Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:47:50.799Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T06:47:50.799Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:47:50.799Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:47:50.808Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:47:50.808Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T06:47:50.808Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T06:47:50.808Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:47:50.808Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:47:50.808Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381270808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:47:50.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:47:50.828Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381270808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T06:47:50.829Z||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-03-21T06:47:51.837Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:47:51.838Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:47:51.838Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:47:51.838Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:47:51.838Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:47:51.838Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:47:52.839Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:47:52.839Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:47:52.839Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:47:52.839Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:47:53.840Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:47:53.840Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:47:53.841Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:47:53.841Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:47:54.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:47:54.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:47:54.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:47:54.842Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:47:55.849Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:47:55.853Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:47:55.853Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:47:55.856Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:47:56.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:47:56.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:47:56.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:47:56.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:47:57.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:47:57.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:47:57.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:47:57.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:47:58.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:47:58.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:47:58.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T06:47:58.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:47:58.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T06:47:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:47:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:47:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:47:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:47:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:47:58.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:47:59.214Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:47:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T06:47:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:47:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T06:47:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:47:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:47:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:47:59.218Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381279218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:00.219Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:48:00.219Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:48:00.220Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:00.220Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T06:48:00.220Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:00.220Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:00.358Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17977252641799119480/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.789Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:01.790Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T06:48:01.791Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T06:48:01.792Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.793Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:01.794Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T06:48:01.838Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T06:48:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:48:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T06:48:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:48:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:01.839Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381281839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:02.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T06:48:02.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T06:48:02.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:48:02.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:02.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:02.840Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381282840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:03.841Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:48:03.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:48:03.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:48:03.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:48:03.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:48:03.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:48:03.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:48:03.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:48:03.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:48:03.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:48:03.865Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:48:03.877Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:48:33.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T06:48:33.899Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T06:48:33.899Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T06:48:33.900Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T06:48:33.903Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:48:33.914Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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-03-21T06:48:33.914Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T06:48:33.920Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:48:34.058Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T06:48:34.058Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:48:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[143368], x-aai-txid=[0-aai-resources-230321-06:48:34:285-97503], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:48:34.059Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:48:34.059Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:48:34.059Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:48:34.071Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T06:48:34.071Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:48:34.071Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:48:34.071Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:34.071Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:34.071Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381314071,
  "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-03-21T06:48:35.098Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:48:35.098Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:48:35.098Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:48:35.098Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:35.099Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:35.099Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:36.099Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:48:36.100Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:36.100Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:36.100Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:37.100Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:48:37.100Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:37.101Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:37.101Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:38.101Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:48:38.101Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:38.102Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:38.102Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:39.102Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:48:39.103Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:39.103Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:39.103Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:40.103Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:48:40.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:40.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:40.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:41.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:41.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:48:41.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:41.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:41.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:41.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.107Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:48:41.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.108Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:48:41.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.108Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:48:41.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.108Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:48:41.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.109Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T06:48:41.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.109Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:48:41.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381279218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381281839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381282840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T06:48:41.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381314071,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.111Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:48:41.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.112Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:48:41.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.112Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T06:48:41.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:41.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-21T06:48:41.113Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:48:41.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:48:42.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:48:42.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:48:42.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T06:48:42.108Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:48:42.108Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T06:48:42.158Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:48:42.158Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:48:42.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:48:42.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:42.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:48:42.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:42.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:48:42.688Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T06:48:42.688Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:48:42.689Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:42.689Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:48:42.689Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:42.689Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:42.689Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381322688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:43.690Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:48:43.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:48:43.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:43.691Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T06:48:43.692Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:43.692Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:43.794Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP413479708538676531/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-21T06:48:45.211Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:48:45.212Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:45.213Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T06:48:45.214Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:45.215Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:45.216Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:48:45.217Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T06:48:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T06:48:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:48:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T06:48:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:48:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381325261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:46.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T06:48:46.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T06:48:46.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:48:46.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:48:46.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:48:46.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381326261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:48:47.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:48:47.283Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:48:47.287Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:48:47.287Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:48:47.287Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:48:47.288Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:48:47.288Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:48:47.288Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:48:47.288Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:48:47.288Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:48:47.288Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:48:47.301Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:49:17.302Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T06:49:17.313Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T06:49:17.313Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T06:49:17.313Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T06:49:17.320Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:49:17.332Z|b230f929-60f4-491e-917f-20389db9f6a3|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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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-03-21T06:49:17.333Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T06:49:17.340Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:49:17.485Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T06:49:17.485Z|b230f929-60f4-491e-917f-20389db9f6a3|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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:49:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[217112], x-aai-txid=[2-aai-resources-230321-06:49:17:705-42509], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:49:17.485Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:49:17.486Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:49:17.486Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:49:17.497Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T06:49:17.498Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:49:17.498Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:49:17.498Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:17.498Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:17.498Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381357498,
  "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-03-21T06:49:18.526Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:49:18.527Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:49:18.527Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:49:18.527Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:18.527Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:18.527Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:19.528Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:49:19.528Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:19.528Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:19.528Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:20.529Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:49:20.530Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:49:20.530Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T06:49:20.530Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T06:49:20.530Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T06:49:20.568Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:49:20.568Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:49:20.568Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:49:20.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T06:49:20.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:49:20.569Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:49:20.592Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:49:20.592Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6bd9c973
2023-03-21T06:49:20.592Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:49:20.593Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T06:49:20.593Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:49:20.593Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T06:49:20.593Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T06:49:20.593Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:49:20.593Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:20.594Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:20.594Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381360593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:21.594Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:49:21.643Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T06:49:21.643Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:49:21.643Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T06:49:21.643Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:49:21.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:21.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:21.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381361643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:22.645Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:49:22.645Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T06:49:22.645Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:49:22.645Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:22.645Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:22.645Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381362645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:23.646Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:49:23.672Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:49:23.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:49:23.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:49:23.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:49:23.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:49:23.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:49:23.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:49:23.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:49:23.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:49:23.677Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:49:23.688Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:49:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:49:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:49:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:49:53.688Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T06:49:53.697Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T06:49:53.698Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T06:49:53.698Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T06:49:53.703Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:49:53.714Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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-03-21T06:49:53.715Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T06:49:53.725Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:49:53.875Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T06:49:53.876Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:49:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[606376], x-aai-txid=[1-aai-resources-230321-06:49:54:092-45088], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:49:53.876Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:49:53.876Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:49:53.876Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:49:53.885Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T06:49:53.885Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:49:53.885Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:49:53.885Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:53.885Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:53.886Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381393885,
  "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-03-21T06:49:54.905Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:49:54.905Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:49:54.906Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:49:54.906Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:54.906Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:54.906Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:55.907Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:49:55.907Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:55.908Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:55.908Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:56.908Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:49:56.909Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:56.909Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:56.909Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:57.910Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:49:57.910Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:57.911Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:57.911Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:58.912Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:49:58.912Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:58.912Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:58.912Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:49:59.913Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:49:59.913Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:49:59.914Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:49:59.914Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:00.914Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:50:00.915Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:00.915Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:00.915Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:01.915Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:50:01.916Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:01.916Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:01.917Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:02.917Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:50:02.918Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:50:02.918Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T06:50:02.918Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:50:02.918Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T06:50:02.959Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:50:02.960Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:50:02.960Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:50:02.960Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:02.960Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:50:02.960Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:03.224Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:50:03.227Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T06:50:03.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:50:03.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:03.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:50:03.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:03.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:03.228Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381403227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:04.229Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:50:04.230Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:50:04.230Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.230Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.231Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.231Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.305Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP531517121474888017/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T06:50:04.865Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T06:50:04.866Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:50:04.867Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T06:50:04.905Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T06:50:04.905Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:50:04.906Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T06:50:04.906Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:50:04.906Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:04.906Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:04.906Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381404905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:05.906Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T06:50:05.907Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T06:50:05.907Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:50:05.907Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:05.907Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:05.907Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381405906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:06.908Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:50:06.927Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:50:06.930Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:50:06.930Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:50:06.930Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:50:06.930Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:50:06.930Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:50:06.930Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:50:06.930Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:50:06.930Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:50:06.930Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:50:06.942Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:50:36.942Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T06:50:36.953Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T06:50:36.953Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T06:50:36.954Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T06:50:36.960Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:50:36.973Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T06:50:36.974Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[784dc205-5884-4f56-b0e4-f276e407562d], X-ECOMP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-TransactionId=[], X-ONAP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], Content-Type=[application/merge-patch+json]}
2023-03-21T06:50:36.980Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:50:37.125Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:50:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[196760], x-aai-txid=[1-aai-resources-230321-06:50:37:345-23406], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:50:37.126Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:50:37.126Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T06:50:37.127Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:50:37.127Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:50:37.139Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T06:50:37.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:50:37.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:50:37.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:37.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:37.140Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381437140,
  "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-03-21T06:50:38.170Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:50:38.170Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:50:38.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:50:38.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:38.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:38.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:50:39.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:50:39.171Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:39.172Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:39.172Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:50:40.172Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:50:40.172Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:40.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:40.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:50:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:50:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381322688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:50:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381325261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381326261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381357498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:50:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381360593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381361643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:50:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381362645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T06:50:41.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:50:41.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:50:41.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:41.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:41.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:50:42.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:50:42.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:42.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:42.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:50:43.175Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:50:43.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:43.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:43.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:44.176Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:50:44.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:44.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:44.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:45.178Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:50:45.178Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:50:45.179Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T06:50:45.179Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:50:45.179Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T06:50:45.216Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:50:45.216Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:50:45.216Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:50:45.216Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T06:50:45.216Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:50:45.216Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:50:45.244Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:50:45.244Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4dd35ad2
2023-03-21T06:50:45.244Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:50:45.244Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T06:50:45.244Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:50:45.244Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T06:50:45.244Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T06:50:45.244Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:50:45.245Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:45.245Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:45.245Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381445244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:46.246Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:50:46.295Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T06:50:46.296Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:50:46.296Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T06:50:46.296Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:50:46.296Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:46.296Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:46.296Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381446295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:47.297Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:50:47.298Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T06:50:47.298Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:50:47.298Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:50:47.298Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:50:47.299Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381447297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:50:48.300Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:50:48.323Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:50:48.327Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:50:48.327Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:50:48.327Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:50:48.327Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:50:48.327Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:50:48.327Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:50:48.327Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:50:48.328Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:50:48.328Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:50:48.341Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:51:18.342Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T06:51:18.352Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T06:51:18.352Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T06:51:18.353Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T06:51:18.359Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:51:18.378Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T06:51:18.378Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d43b19e6-a98d-476c-8b2d-e179def29d2a], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T06:51:18.385Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:51:18.562Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:51:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[173], vertex-id=[241880], x-aai-txid=[0-aai-resources-230321-06:51:18:751-12141], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:51:18.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:51:18.563Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T06:51:18.564Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:51:18.564Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:51:18.575Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T06:51:18.575Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:51:18.575Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:51:18.576Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:18.576Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:18.576Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381478575,
  "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-03-21T06:51:19.604Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:51:19.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:51:19.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:51:19.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:19.605Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:19.606Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:20.606Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:51:20.607Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:20.607Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:20.607Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:21.608Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:51:21.609Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:21.609Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:21.609Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:22.610Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:51:22.610Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:22.611Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:22.611Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:23.612Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:51:23.612Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:23.613Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:23.613Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:24.614Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:51:24.614Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:24.615Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:24.615Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:25.616Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:51:25.616Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:25.617Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:25.617Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:26.618Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:51:26.618Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:26.619Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:26.619Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:27.620Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:51:27.621Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:51:27.621Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T06:51:27.621Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:51:27.621Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T06:51:27.675Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:51:27.675Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:51:27.675Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:51:27.675Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:27.675Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:51:27.676Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:27.973Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:51:27.977Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T06:51:27.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:51:27.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:27.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:51:27.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:27.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:27.979Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381487978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:28.980Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:51:28.980Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:51:28.981Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:28.981Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:28.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:28.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:29.055Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7554476626731556726/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:29.585Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:51:29.586Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:51:29.587Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:51:29.587Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:51:29.587Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:51:29.587Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:51:29.587Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:51:29.587Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:51:29.587Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T06:51:29.639Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T06:51:29.639Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:51:29.639Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T06:51:29.639Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:51:29.639Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:29.640Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:29.640Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381489639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:30.640Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T06:51:30.641Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T06:51:30.641Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:51:30.641Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:51:30.641Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:51:30.642Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381490640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:31.642Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:51:31.666Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:51:31.670Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:51:31.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:51:31.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:51:31.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:51:31.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:51:31.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:51:31.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:51:31.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:51:31.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:51:31.685Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:51:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:51:41.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.101Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381393885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:51:41.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381403227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381404905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381405906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381437140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:51:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:51:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:51:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:51:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:01.685Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T06:52:01.698Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T06:52:01.698Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T06:52:01.699Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T06:52:01.706Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:52:01.718Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T06:52:01.718Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[183f36e6-dc9f-4c83-88a1-4d5d5baf5b87], X-ECOMP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-TransactionId=[], X-ONAP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], Content-Type=[application/merge-patch+json]}
2023-03-21T06:52:01.726Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:52:01.865Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:52:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[262360], x-aai-txid=[0-aai-resources-230321-06:52:02:091-22583], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:52:01.865Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:52:01.866Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T06:52:01.866Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:52:01.866Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:52:01.874Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T06:52:01.874Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:52:01.875Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:52:01.875Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:01.875Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:01.875Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381521874,
  "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-03-21T06:52:02.903Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:52:02.904Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:52:02.904Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:02.904Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:02.904Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:02.904Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:03.905Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:03.905Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:03.905Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:03.905Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:04.905Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:04.906Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:04.906Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:04.906Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:05.906Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:05.907Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:05.907Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:05.907Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:06.907Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:06.908Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:06.908Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:06.908Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:07.908Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:07.908Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:07.909Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:07.909Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:08.909Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:08.910Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:08.910Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:08.910Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:09.910Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:09.911Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:09.911Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:09.911Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:10.912Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:52:10.912Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:52:10.912Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T06:52:10.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:52:10.912Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T06:52:10.960Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:52:10.961Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:52:10.961Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:52:10.961Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:10.961Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:52:10.961Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:11.231Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:52:11.233Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T06:52:11.234Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:52:11.234Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:11.234Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:52:11.234Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:11.235Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:11.235Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381531234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:12.235Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:52:12.236Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:52:12.236Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.237Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.238Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.238Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.331Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15879927957805327700/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T06:52:12.854Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:52:12.855Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:52:12.856Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:12.857Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T06:52:12.857Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T06:52:12.906Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists
2023-03-21T06:52:12.906Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:52:12.907Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists)
2023-03-21T06:52:12.907Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:52:12.907Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:12.907Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:12.907Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381532906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:13.908Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T06:52:13.908Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists)
2023-03-21T06:52:13.908Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:52:13.908Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:13.908Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:13.908Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381533908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:14.909Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:52:14.934Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:52:14.939Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:52:14.939Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:52:14.939Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:52:14.939Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:52:14.939Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:52:14.939Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:52:14.940Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:52:14.940Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:52:14.940Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:52:14.953Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:52:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:52:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T06:52:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:52:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381445244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381446295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381447297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381478575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:52:41.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:52:41.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:52:41.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:52:41.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:52:41.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381487978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381489639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381490640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T06:52:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:52:44.954Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T06:52:44.965Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T06:52:44.966Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T06:52:44.966Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T06:52:44.972Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:52:44.985Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T06:52:44.985Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14e2d761-c653-4d38-913d-c3968be58153], X-ECOMP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-TransactionId=[], X-ONAP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], Content-Type=[application/merge-patch+json]}
2023-03-21T06:52:44.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:52:45.134Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:52:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[274648], x-aai-txid=[1-aai-resources-230321-06:52:45:358-67305], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:52:45.135Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:52:45.135Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T06:52:45.136Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:52:45.136Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:52:45.145Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T06:52:45.145Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:52:45.145Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:52:45.145Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:45.145Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:45.146Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381565145,
  "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-03-21T06:52:46.173Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:52:46.174Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c7e18f8d-8954-4b54-900a-f2f560709ff7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01905d64-c8ad-4e9f-afdc-cb7ee58c1f07","serviceDescription":"service","serviceInvariantUUID":"a665b9b2-87f8-48a3-988b-0893f2679cf9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"113f7caa-38e2-4aed-87d6-5762463132e2","resourceInvariantUUID":"dd6b5af6-8c9e-46f4-9824-b586fb434de6","resourceCustomizationUUID":"a488fe58-5594-4a66-80de-ca9c1b568572","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":"MmIwNjg3ZDJkMjMzZTgwMmM5MzkwMjJmMGNiNWMwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d79d1df-c5fd-4308-b704-9334affe467d","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":"MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773e4ce9-e2c0-4106-8642-1b37dc5d3e3d","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":"88028da5-360e-4fe4-932b-3c863f5b1564","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":"21d6c1f6-5a5b-4fe4-8e62-b2eb90d869d6","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":"230b6271-5720-42e0-8f4b-9f8a753ab317","artifactVersion":"2","generatedFromUUID":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2"},{"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":"f68f82b3-e291-4af4-8e04-71929e50a772","artifactVersion":"2","generatedFromUUID":"88028da5-360e-4fe4-932b-3c863f5b1564"},{"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":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2","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":"68e52994-54ff-4a23-9f05-897753130364","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":"NmZmODgxNGI3ZWMxODY3ZDNmMTVhMWE4Y2Q5NTZhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd28c5-7588-4d71-a01c-181f7422ff92","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412cdb7-8e9e-4e35-ae21-7c349fee3f85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:52:46.174Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:46.174Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:46.174Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:46.174Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:52:47.175Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:47.175Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:47.175Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:47.175Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:52:48.176Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:48.176Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:48.176Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:48.176Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:52:49.177Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:49.177Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:49.177Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:49.177Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:52:50.178Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:50.178Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:50.178Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:50.178Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:52:51.179Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:51.180Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:51.180Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:51.180Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:52:52.180Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:52.181Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:52.181Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:52.181Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:52:53.181Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:53.182Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:53.182Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:53.182Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:52:54.182Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:54.183Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:54.183Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:54.183Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:55.184Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:52:55.184Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:55.184Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:55.184Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:56.185Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01905d64-c8ad-4e9f-afdc-cb7ee58c1f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a665b9b2-87f8-48a3-988b-0893f2679cf9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a488fe58-5594-4a66-80de-ca9c1b568572",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "113f7caa-38e2-4aed-87d6-5762463132e2",
      "resourceInvariantUUID": "dd6b5af6-8c9e-46f4-9824-b586fb434de6",
      "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": "MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773e4ce9-e2c0-4106-8642-1b37dc5d3e3d",
          "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": "88028da5-360e-4fe4-932b-3c863f5b1564",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
            "generatedFromUUID": "88028da5-360e-4fe4-932b-3c863f5b1564"
          },
          "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": "230b6271-5720-42e0-8f4b-9f8a753ab317",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
          "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": "675e0846-49a0-4f3f-aaf0-eecc4ab76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2412cdb7-8e9e-4e35-ae21-7c349fee3f85"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:52:56.185Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:52:56.185Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 ASDC
2023-03-21T06:52:56.186Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7e18f8d-8954-4b54-900a-f2f560709ff7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
ServiceInvariantUUID:a665b9b2-87f8-48a3-988b-0893f2679cf9
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:2412cdb7-8e9e-4e35-ae21-7c349fee3f85
ArtifactChecksum:ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a488fe58-5594-4a66-80de-ca9c1b568572
ResourceInvariantUUID:dd6b5af6-8c9e-46f4-9824-b586fb434de6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:113f7caa-38e2-4aed-87d6-5762463132e2
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:773e4ce9-e2c0-4106-8642-1b37dc5d3e3d
ArtifactChecksum:MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM=
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:88028da5-360e-4fe4-932b-3c863f5b1564
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:230b6271-5720-42e0-8f4b-9f8a753ab317
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:675e0846-49a0-4f3f-aaf0-eecc4ab76af2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:52:56.186Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 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-03-21T06:52:56.228Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:52:56.229Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:52:56.229Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:52:56.229Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T06:52:56.229Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:52:56.229Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:56.520Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T06:52:56.525Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 163279
2023-03-21T06:52:56.525Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:56.526Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:56.526Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T06:52:56.526Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:56.526Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:56.526Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381576525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:57.527Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:52:57.528Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:52:57.528Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:52:57.528Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-21T06:52:57.529Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:52:57.529Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:52:57.623Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7888257041086703103/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-21T06:52:58.434Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T06:52:58.434Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:52:58.434Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T06:52:58.434Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-21T06:52:58.434Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.434Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.434Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:52:58.435Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:52:58.436Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=37e29a3d-c930-4345-b180-aacf37331fc8
2023-03-21T06:52:58.437Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.438Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.438Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.438Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.438Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.438Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.438Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T06:52:58.438Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.438Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
Model Version:NULL
Model InvariantUuid:a665b9b2-87f8-48a3-988b-0893f2679cf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bd6fd355-2030-4dc0-aa80-915a0c052294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd6b5af6-8c9e-46f4-9824-b586fb434de6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a488fe58-5594-4a66-80de-ca9c1b568572
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0880845-ac8e-4569-9956-087448a8bd6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:258fb453-aa14-438d-85b2-e5977a67d8e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:37e29a3d-c930-4345-b180-aacf37331fc8
ModelInvariantUuid:96a8f603-a7ec-434e-80d2-fab044443232
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c73245af-a1cd-4bac-803f-499d05ebee3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0bf709ae-fcb9-4f1f-93f9-31ff6962692b
ModelInvariantUuid:f110a654-b45d-4307-9f47-86e965e471e5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:860405e8-bdfa-4a56-bbb0-d81eae49c337
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-03-21T06:52:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists
2023-03-21T06:52:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists)
2023-03-21T06:52:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:52:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381578480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:52:59.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:52:59.483Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists)
2023-03-21T06:52:59.483Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:52:59.483Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:52:59.483Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:52:59.484Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381579482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:53:00.485Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:53:00.501Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:53:00.505Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:53:00.505Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:53:00.505Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:53:00.505Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:53:00.505Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:53:00.505Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:53:00.505Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:53:00.505Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:53:00.505Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:53:00.517Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:53:30.517Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T06:53:30.528Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 and serviceModelVersionId: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T06:53:30.529Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a665b9b2-87f8-48a3-988b-0893f2679cf9
2023-03-21T06:53:30.529Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0
2023-03-21T06:53:30.535Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:53:30.551Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?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-03-21T06:53:30.552Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||Invoke
2023-03-21T06:53:30.559Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:53:30.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||InvokeReturn
2023-03-21T06:53:30.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:53:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[729256], x-aai-txid=[1-aai-resources-230321-06:53:30:932-21992], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:53:30.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:53:30.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:53:30.699Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:53:30.709Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T06:53:30.710Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e18f8d-8954-4b54-900a-f2f560709ff7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:53:30.710Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:53:30.710Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:30.710Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:30.710Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381610710,
  "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-03-21T06:53:31.737Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:53:31.737Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"98590d00-e653-4386-b10d-a734b9f347a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a94977a-dd35-430d-b5cf-d4461d11a6cc","serviceDescription":"service","serviceInvariantUUID":"a8d9c6ec-855a-4120-bedd-073062b58525","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"957874ce-e768-4488-be41-60542675f0b2","resourceInvariantUUID":"6cc51686-4c28-4937-b4e5-5984f8751e13","resourceCustomizationUUID":"aed94782-1b8e-40f2-896e-0630fb81b9cb","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":"Y2M5NmZmMjk1Yzk4MjhjMDFkNTdlYjViYjY5ZjliNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717e5062-74f0-4b15-ab6e-2ffe9d9a0d4f","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":"NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5e958a8-1fb9-45da-ad41-3271ae3e490a","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":"a94fdf00-87d6-441b-b58e-27aa1ca44734","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":"18c048df-4501-43a0-b735-bd9fbf787a8b","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":"a8c9fce1-da0b-4e83-9d7c-2d04262438fb","artifactVersion":"2","generatedFromUUID":"a94fdf00-87d6-441b-b58e-27aa1ca44734"},{"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":"YWU3NTExY2I5NGIzMWJmYTEyYTUyM2Y1YjlmZGY4M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c998aa2b-9f55-4da2-85dc-11cb18f9cbcd","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":"MzRlMzY0ZDU3NTg4MDA5ZjdiNTM3ZDRkYWZlY2VhMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8916cef4-3071-4212-9b24-8627a5e84857","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8c175bd-3e73-4fb0-9070-9bf352069c72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:53:31.738Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:53:31.738Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:31.738Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:31.738Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:53:32.739Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:53:32.739Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:32.739Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:32.739Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:53:33.740Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:53:33.740Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:33.740Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:33.740Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:53:34.741Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:53:34.741Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:34.741Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:34.741Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:53:35.742Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:53:35.742Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:35.742Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:35.742Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:53:36.743Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:53:36.743Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:36.743Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:36.743Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "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-03-21T06:53:37.744Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:53:37.744Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:37.744Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:37.744Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:53:38.745Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:53:38.745Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:38.746Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:38.746Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:53:39.746Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a94977a-dd35-430d-b5cf-d4461d11a6cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8d9c6ec-855a-4120-bedd-073062b58525",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aed94782-1b8e-40f2-896e-0630fb81b9cb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "957874ce-e768-4488-be41-60542675f0b2",
      "resourceInvariantUUID": "6cc51686-4c28-4937-b4e5-5984f8751e13",
      "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": "NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5e958a8-1fb9-45da-ad41-3271ae3e490a",
          "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": "a94fdf00-87d6-441b-b58e-27aa1ca44734",
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
            "generatedFromUUID": "a94fdf00-87d6-441b-b58e-27aa1ca44734"
          },
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8c175bd-3e73-4fb0-9070-9bf352069c72"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:53:39.747Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:53:39.747Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a94977a-dd35-430d-b5cf-d4461d11a6cc ASDC
2023-03-21T06:53:39.748Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98590d00-e653-4386-b10d-a734b9f347a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
ServiceInvariantUUID:a8d9c6ec-855a-4120-bedd-073062b58525
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:c8c175bd-3e73-4fb0-9070-9bf352069c72
ArtifactChecksum:NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
ResourceInvariantUUID:6cc51686-4c28-4937-b4e5-5984f8751e13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:957874ce-e768-4488-be41-60542675f0b2
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:a5e958a8-1fb9-45da-ad41-3271ae3e490a
ArtifactChecksum:NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg=
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:a94fdf00-87d6-441b-b58e-27aa1ca44734
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:53:39.749Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a94977a-dd35-430d-b5cf-d4461d11a6cc 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-03-21T06:53:39.793Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:53:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:53:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:53:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T06:53:39.796Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:53:39.796Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:53:39.859Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:53:39.859Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@410bc0ab
2023-03-21T06:53:39.860Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:53:39.860Z|98590d00-e653-4386-b10d-a734b9f347a9|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-21T06:53:39.861Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8c175bd-3e73-4fb0-9070-9bf352069c72 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:53:39.861Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:53:39.861Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:53:39.861Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:53:39.862Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:39.862Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:39.862Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381619861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:53:40.863Z|98590d00-e653-4386-b10d-a734b9f347a9|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:c8c175bd-3e73-4fb0-9070-9bf352069c72)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:53:40.911Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists
2023-03-21T06:53:40.912Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:53:40.912Z|98590d00-e653-4386-b10d-a734b9f347a9|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: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists)
2023-03-21T06:53:40.912Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:53:40.912Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:40.913Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:40.913Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381620912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:53:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:53:41.101Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: cached metadata has changed from (version105: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version106: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-21T06:53:41.116Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:53:41.116Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:53:41.123Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:53:41.123Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 52: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:53:41.137Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:53:41.137Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:53:41.138Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:53:41.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:53:41.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:53:41.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:53:41.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1986, 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-03-21T06:53:41.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:53:41.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:53:41.914Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:53:41.914Z|98590d00-e653-4386-b10d-a734b9f347a9|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: 957874ce-e768-4488-be41-60542675f0b2 already exists)
2023-03-21T06:53:41.914Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:53:41.914Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:53:41.914Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:53:41.915Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381621914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:53:42.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381521874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:53:42.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381531234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381532906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
}
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381533908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
}
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381565145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381576525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381578480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
}
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381579482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
}
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381610710,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381619861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381620912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
}
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381621914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
}
2023-03-21T06:53:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:53:42.915Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:53:42.944Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:53:42.948Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:53:42.948Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:53:42.948Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:53:42.948Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:53:42.948Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:53:42.948Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:53:42.948Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:53:42.948Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:53:42.948Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:53:42.961Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:54:12.962Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T06:54:12.970Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98590d00-e653-4386-b10d-a734b9f347a9 and serviceModelVersionId: 5a94977a-dd35-430d-b5cf-d4461d11a6cc
2023-03-21T06:54:12.970Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8d9c6ec-855a-4120-bedd-073062b58525
2023-03-21T06:54:12.971Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0
2023-03-21T06:54:12.977Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:54:12.989Z|98590d00-e653-4386-b10d-a734b9f347a9|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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?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-03-21T06:54:12.989Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||Invoke
2023-03-21T06:54:12.996Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:54:13.129Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||InvokeReturn
2023-03-21T06:54:13.129Z|98590d00-e653-4386-b10d-a734b9f347a9|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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:54:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[741544], x-aai-txid=[1-aai-resources-230321-06:54:13:361-33388], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:54:13.130Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:54:13.130Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:54:13.130Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:54:13.141Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T06:54:13.142Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98590d00-e653-4386-b10d-a734b9f347a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:54:13.142Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:54:13.142Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:13.142Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:13.142Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381653142,
  "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-03-21T06:54:14.170Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:54:14.171Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"476fc99b-70c8-468d-9a48-ed6783a233a1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e45c2106-e67d-4ee5-b1ef-19ada300221d","serviceDescription":"service","serviceInvariantUUID":"cbe14fe5-f16e-41b0-b777-f80c4e928e9a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86582baf-078f-4ae8-9693-40b3574923cd","resourceInvariantUUID":"816b504b-03fe-445d-a739-2f99a1dd43ee","resourceCustomizationUUID":"3b57a869-14b5-42be-8380-67bb62b237ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTY1OTFkNmMxOTY3NzEyYzQ0NDRhODA3YmYxNjdjN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a01a4f1-4cd8-45d5-819b-6026d261aeab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7df5dfbc-7c23-480d-bdfb-e7e4f0f16a95","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb6d0bd2-e3bb-4841-9db2-906cbd175c8d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjQ2YTQ5ZjU2YzRhMWEzZjc3YWZmNWNhMzk4MGU3MjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3bbec7de-a70a-4c1e-91fc-e9fb9d889e7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21eaffc4-ac87-4571-8041-790cbd3e6e08","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b99f0c0-470b-453e-934c-5ca6463f8c5f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13ccc503-c491-45cf-bdf9-d3d121e60ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTBhNmY2MGNmYzIyOGY1ODQ1NGYzZTFiNTAyYmE3YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84229124-4e9c-4b68-89e2-596655fc50d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a86dd3a-58dd-48ac-9fd2-5e64309c8f75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:54:14.171Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:14.171Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:14.171Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:14.172Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:15.173Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:15.173Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:15.173Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:15.174Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:16.175Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:16.175Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:16.175Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:16.175Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:17.176Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:17.176Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:17.176Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:17.176Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:18.177Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:18.177Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:18.178Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:18.178Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:19.179Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:19.179Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:19.179Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:19.179Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:20.181Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:20.181Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:20.181Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:20.181Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:21.182Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:21.183Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:21.183Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:21.183Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:22.184Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:22.185Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:22.185Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:22.185Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:23.186Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e45c2106-e67d-4ee5-b1ef-19ada300221d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbe14fe5-f16e-41b0-b777-f80c4e928e9a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3b57a869-14b5-42be-8380-67bb62b237ac",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "86582baf-078f-4ae8-9693-40b3574923cd",
      "resourceInvariantUUID": "816b504b-03fe-445d-a739-2f99a1dd43ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a86dd3a-58dd-48ac-9fd2-5e64309c8f75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:54:23.186Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:54:23.187Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45c2106-e67d-4ee5-b1ef-19ada300221d ASDC
2023-03-21T06:54:23.187Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:476fc99b-70c8-468d-9a48-ed6783a233a1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e45c2106-e67d-4ee5-b1ef-19ada300221d
ServiceInvariantUUID:cbe14fe5-f16e-41b0-b777-f80c4e928e9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75
ArtifactChecksum:YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3b57a869-14b5-42be-8380-67bb62b237ac
ResourceInvariantUUID:816b504b-03fe-445d-a739-2f99a1dd43ee
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:86582baf-078f-4ae8-9693-40b3574923cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:54:23.187Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45c2106-e67d-4ee5-b1ef-19ada300221d 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-03-21T06:54:23.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:54:23.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:54:23.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:54:23.231Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:54:23.232Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:54:23.232Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:54:23.257Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:54:23.257Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@61c4811e
2023-03-21T06:54:23.257Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:54:23.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T06:54:23.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:54:23.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:54:23.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:54:23.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:54:23.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:23.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:23.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381663258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:24.259Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:54:24.308Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists
2023-03-21T06:54:24.308Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:54:24.308Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists)
2023-03-21T06:54:24.308Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:54:24.309Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:24.309Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:24.309Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381664308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:25.310Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:54:25.310Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists)
2023-03-21T06:54:25.310Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:54:25.310Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:25.310Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:25.310Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381665310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:26.311Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:54:26.331Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:54:26.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:54:26.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:54:26.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:54:26.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:54:26.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:54:26.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:54:26.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:54:26.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:54:26.334Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:54:26.344Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:54:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381653142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:54:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:54:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:54:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381663258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381664308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
}
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381665310,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
}
2023-03-21T06:54:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:54:56.344Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T06:54:56.355Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 and serviceModelVersionId: e45c2106-e67d-4ee5-b1ef-19ada300221d
2023-03-21T06:54:56.355Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbe14fe5-f16e-41b0-b777-f80c4e928e9a
2023-03-21T06:54:56.356Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0
2023-03-21T06:54:56.363Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:54:56.376Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?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-03-21T06:54:56.377Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||Invoke
2023-03-21T06:54:56.389Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:54:56.523Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||InvokeReturn
2023-03-21T06:54:56.524Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:54:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[766120], x-aai-txid=[0-aai-resources-230321-06:54:56:756-34302], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:54:56.524Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:54:56.524Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:54:56.524Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:54:56.536Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T06:54:56.536Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 476fc99b-70c8-468d-9a48-ed6783a233a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:54:56.536Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:54:56.536Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:56.536Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:56.536Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381696536,
  "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-03-21T06:54:57.564Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:54:57.564Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3d9a5f2e-f42c-4236-b377-677e097954f1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f64717a-dfbe-4135-8bd9-a12b0d29ee6d","serviceDescription":"service","serviceInvariantUUID":"ec2d3468-c874-4b80-aa33-979d21c8d926","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"779c856d-0665-402f-97c4-5e8c359527ee","resourceInvariantUUID":"3b1bba39-2bbd-4858-8eb4-f062befaa654","resourceCustomizationUUID":"850b1777-af11-4720-a01f-ce0101ceac07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YWY0Y2Y3NDMzZmY5MGEzZWU5ZDU1ODMyMjJiNDI5MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fb7c528-16ea-4c42-8bfc-4c53a7524349","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c85848-bdba-4a76-8d7e-62c2f94a4ef4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb555b1-6efa-46df-ac2b-6e5067b1ab76","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTVhYTA1MTZlMDA4YmI0ZGQ2OTU1MTcxZjYxMWY1ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a672d27-e52a-4425-967a-1f3b9940535a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45abd2ed-af2e-41c8-95f6-d26e115a950a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be9f6629-3d1d-4c21-90b0-20561473a815","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8eb0ef6-c02d-4e5b-bc72-c77ffe295936","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MTA0NTg0ZGZhZDJhNjllNzQ4ODJlOTA5YjExZjA5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c1cd534-a9a2-4e78-a6b8-46eb1272cd5a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6824b5e1-94a4-4faa-80f6-c350d2399310","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:54:57.565Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:57.565Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:57.565Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:57.565Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:58.565Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:58.566Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:58.566Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:58.566Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:54:59.566Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:54:59.567Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:54:59.567Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:54:59.567Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:00.568Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:00.568Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:00.568Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:00.568Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:01.569Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:01.569Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:01.570Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:01.570Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:02.570Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:02.571Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:02.571Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:02.571Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:03.571Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:03.572Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:03.572Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:03.572Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:04.573Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:04.573Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:04.573Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:04.573Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:05.574Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:05.574Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:05.574Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:05.574Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:06.575Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f64717a-dfbe-4135-8bd9-a12b0d29ee6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec2d3468-c874-4b80-aa33-979d21c8d926",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "850b1777-af11-4720-a01f-ce0101ceac07",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "779c856d-0665-402f-97c4-5e8c359527ee",
      "resourceInvariantUUID": "3b1bba39-2bbd-4858-8eb4-f062befaa654",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6824b5e1-94a4-4faa-80f6-c350d2399310"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:55:06.575Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:55:06.575Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d ASDC
2023-03-21T06:55:06.576Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3d9a5f2e-f42c-4236-b377-677e097954f1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
ServiceInvariantUUID:ec2d3468-c874-4b80-aa33-979d21c8d926
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:6824b5e1-94a4-4faa-80f6-c350d2399310
ArtifactChecksum:Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:850b1777-af11-4720-a01f-ce0101ceac07
ResourceInvariantUUID:3b1bba39-2bbd-4858-8eb4-f062befaa654
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:779c856d-0665-402f-97c4-5e8c359527ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:55:06.576Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d 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-03-21T06:55:06.622Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:55:06.623Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:55:06.623Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:55:06.623Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:55:06.623Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:55:06.624Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:55:06.646Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:55:06.646Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@180cba8b
2023-03-21T06:55:06.646Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:55:06.647Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T06:55:06.647Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6824b5e1-94a4-4faa-80f6-c350d2399310 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:55:06.647Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:55:06.647Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:55:06.647Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:55:06.647Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:06.647Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:06.647Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381706647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:07.648Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:6824b5e1-94a4-4faa-80f6-c350d2399310)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:55:07.702Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists
2023-03-21T06:55:07.703Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:55:07.703Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists)
2023-03-21T06:55:07.703Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:55:07.704Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:07.704Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:07.704Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381707703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:08.705Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:55:08.705Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 779c856d-0665-402f-97c4-5e8c359527ee already exists)
2023-03-21T06:55:08.705Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:55:08.706Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:08.706Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:08.706Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381708705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 779c856d-0665-402f-97c4-5e8c359527ee already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:09.707Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:55:09.728Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:55:09.732Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:55:09.732Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:55:09.733Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:55:09.733Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:55:09.733Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:55:09.733Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:55:09.733Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:55:09.733Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:55:09.734Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:55:09.748Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:55:39.748Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 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-03-21T06:55:39.759Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 and serviceModelVersionId: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T06:55:39.760Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec2d3468-c874-4b80-aa33-979d21c8d926
2023-03-21T06:55:39.761Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0
2023-03-21T06:55:39.768Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:55:39.825Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?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-03-21T06:55:39.830Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||Invoke
2023-03-21T06:55:39.845Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T06:55:40.030Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||InvokeReturn
2023-03-21T06:55:40.031Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:55:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[179], vertex-id=[208904], x-aai-txid=[0-aai-resources-230321-06:55:40:213-68652], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:55:40.031Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:55:40.031Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:55:40.031Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:55:40.043Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T06:55:40.043Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d9a5f2e-f42c-4236-b377-677e097954f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T06:55:40.043Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:55:40.043Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:40.043Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:40.043Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381740043,
  "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-03-21T06:55:41.067Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.067Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"df8825ed-4298-4e26-a36b-90eeff953fbb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f3ec299-7e0a-4f3b-ac90-bd39924bdce9","serviceDescription":"service","serviceInvariantUUID":"22a54413-155d-4dd1-a104-d21924a005da","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"69272dd6-6461-4bbb-96e9-5a835503ba54","resourceInvariantUUID":"26704274-9f0d-44f7-a3fc-adb71335100c","resourceCustomizationUUID":"230a8d84-56f0-409b-b1b1-5f84fb8c4d8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y4MTMyNmRhZDEwMDgyOTlkMDU4MzhkYTkyYTVjZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23be1757-5df9-4623-815f-d3570be2f94f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b1434cf-5f34-47b3-82cd-c0208dd6f8b7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67ffa200-d075-40e5-ba4e-2f90fae01efc","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTAyODM2OWYwODc2ZjY2YWNkNzBmNjY4NWRiM2JmNGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1bc3fc98-06f7-4870-ac86-265c1478187b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a92c7268-f92f-4477-98e2-d76a20dd2958","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5818dd0-a401-46b3-9dac-e989a1f208f1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19af244c-17c8-4c70-99b5-114c36a48e17","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YzBhZGY3OTI2NDg3ZDA2MTgyYmQzMjc0YzhlYTgxYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"deb30294-f523-4d70-a1d0-b161c857bce1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmQ1ODg2YWU1Zjc4NzliNWE3MjhkYThlZGMwMTY3YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc07b0d5-9704-4884-be12-9bb2d118eb69","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:55:41.067Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:41.067Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:41.067Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:41.068Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:41.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.106Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381696536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:55:41.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:55:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:55:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:55:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381706647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381707703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists"
}
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381708705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 779c856d-0665-402f-97c4-5e8c359527ee already exists"
}
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381740043,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T06:55:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T06:55:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:55:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:55:42.068Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:42.068Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:42.068Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:42.068Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:43.069Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:43.069Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:43.069Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:43.069Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:44.070Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:44.070Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:44.070Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:44.070Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:45.071Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:45.071Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:45.071Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:45.071Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:46.072Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:46.072Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:46.072Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:46.072Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:47.073Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:47.073Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:47.073Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:47.073Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:48.073Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:48.074Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:48.074Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:48.074Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:49.074Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:55:49.075Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:49.075Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:49.075Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:50.076Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f3ec299-7e0a-4f3b-ac90-bd39924bdce9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "22a54413-155d-4dd1-a104-d21924a005da",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "230a8d84-56f0-409b-b1b1-5f84fb8c4d8a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "69272dd6-6461-4bbb-96e9-5a835503ba54",
      "resourceInvariantUUID": "26704274-9f0d-44f7-a3fc-adb71335100c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NmQ1ODg2YWU1Zjc4NzliNWE3MjhkYThlZGMwMTY3YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc07b0d5-9704-4884-be12-9bb2d118eb69"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:55:50.076Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:55:50.076Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9 ASDC
2023-03-21T06:55:50.077Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:df8825ed-4298-4e26-a36b-90eeff953fbb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
ServiceInvariantUUID:22a54413-155d-4dd1-a104-d21924a005da
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:dc07b0d5-9704-4884-be12-9bb2d118eb69
ArtifactChecksum:NmQ1ODg2YWU1Zjc4NzliNWE3MjhkYThlZGMwMTY3YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:230a8d84-56f0-409b-b1b1-5f84fb8c4d8a
ResourceInvariantUUID:26704274-9f0d-44f7-a3fc-adb71335100c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:69272dd6-6461-4bbb-96e9-5a835503ba54
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T06:55:50.077Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9 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-03-21T06:55:50.118Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:55:50.119Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:55:50.119Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:55:50.119Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dc07b0d5-9704-4884-be12-9bb2d118eb69 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:55:50.119Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:55:50.119Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T06:55:50.136Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:55:50.136Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@546ccb86
2023-03-21T06:55:50.136Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:55:50.136Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T06:55:50.136Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc07b0d5-9704-4884-be12-9bb2d118eb69 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:55:50.137Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:55:50.137Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T06:55:50.137Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:55:50.137Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:50.137Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:50.137Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381750137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:51.138Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc07b0d5-9704-4884-be12-9bb2d118eb69)
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-03-21T06:55:51.151Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-03-21T06:55:51.151Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 69272dd6-6461-4bbb-96e9-5a835503ba54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_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=?
2023-03-21T06:55:51.159Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:55:51.187Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 69272dd6-6461-4bbb-96e9-5a835503ba54 test-pnf
2023-03-21T06:55:51.187Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
2023-03-21T06:55:51.187Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
2023-03-21T06:55:51.187Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 69272dd6-6461-4bbb-96e9-5a835503ba54 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=?
2023-03-21T06:55:51.193Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T06:55:51.215Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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-03-21T06:55:51.221Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 69272dd6-6461-4bbb-96e9-5a835503ba54 0 ASDC deployResourceStructure
2023-03-21T06:55:51.221Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-21T06:55:51.222Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T06:55:51.222Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-21T06:55:51.222Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T06:55:51.222Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:55:51.223Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:55:51.223Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381751222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:55:52.224Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df8825ed-4298-4e26-a36b-90eeff953fbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:55:52.253Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df8825ed-4298-4e26-a36b-90eeff953fbb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:55:52.258Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T06:55:52.258Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T06:55:52.258Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T06:55:52.258Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T06:55:52.258Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:55:52.259Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:55:52.259Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T06:55:52.259Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-21T06:55:52.259Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-03-21T06:55:52.273Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T06:56:22.273Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df8825ed-4298-4e26-a36b-90eeff953fbb 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-03-21T06:56:22.286Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df8825ed-4298-4e26-a36b-90eeff953fbb and serviceModelVersionId: 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
2023-03-21T06:56:22.287Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22a54413-155d-4dd1-a104-d21924a005da
2023-03-21T06:56:22.287Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0
2023-03-21T06:56:22.291Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T06:56:22.305Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|INFO|500||Invoke
2023-03-21T06:56:22.306Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df8825ed-4298-4e26-a36b-90eeff953fbb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54bdec4d-ea3d-4a0e-8616-e4f348e550fb], X-ECOMP-RequestID=[df8825ed-4298-4e26-a36b-90eeff953fbb], X-TransactionId=[], X-ONAP-RequestID=[df8825ed-4298-4e26-a36b-90eeff953fbb], Content-Type=[application/merge-patch+json]}
2023-03-21T06:56:22.312Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T06:56:22.455Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?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/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 06:56:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[311544], x-aai-txid=[2-aai-resources-230321-06:56:22:679-23202], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T06:56:22.456Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T06:56:22.456Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|INFO|500||InvokeReturn
2023-03-21T06:56:22.457Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T06:56:22.457Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-03-21T06:56:22.471Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-03-21T06:56:22.471Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df8825ed-4298-4e26-a36b-90eeff953fbb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-21T06:56:22.471Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T06:56:22.471Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:22.471Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:22.471Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381782471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-03-21T06:56:23.505Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T06:56:23.505Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T06:56:23.506Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 0 disconnected.
2023-03-21T06:56:23.506Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 1 disconnected.
2023-03-21T06:56:23.507Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 2 disconnected.
2023-03-21T06:56:23.507Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Cancelled in-flight METADATA request with correlation id 101929 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-21T06:56:23.507Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:56:23.507Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:56:23.507Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:56:23.507Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T06:56:23.513Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8ba2f792-cf5d-4ac5-ba64-ccb33a9d1b6d
2023-03-21T06:56:23.514Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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=13, 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-03-21T06:56:23.514Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:56:23.514Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T06:56:23.718Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:56:26.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:56:29.735Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:56:32.742Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:56:35.750Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:56:38.758Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T06:56:41.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:41.115Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:56:41.116Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T06:56:41.122Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8ba2f792-cf5d-4ac5-ba64-ccb33a9d1b6d', protocol='range'}
2023-03-21T06:56:41.122Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:56:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:56:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:56:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:56:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:56:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:56:41.127Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T06:56:41.128Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 53: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8ba2f792-cf5d-4ac5-ba64-ccb33a9d1b6d=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T06:56:41.143Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T06:56:41.143Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8ba2f792-cf5d-4ac5-ba64-ccb33a9d1b6d', protocol='range'}
2023-03-21T06:56:41.143Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:56:41.143Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:56:41.143Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T06:56:41.144Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:56:41.149Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:56:41.149Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:56:41.149Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:56:41.149Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:56:41.150Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:56:41.150Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:56:41.150Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T06:56:41.150Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T06:56:41.150Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T06:56:41.150Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2052, 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-03-21T06:56:41.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:56:41.151Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T06:56:41.183Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T06:56:41.183Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T06:56:41.184Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:56:41.184Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:41.184Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:41.184Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:56:42.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.166Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679380902646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381750137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381751222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.167Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381782471,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-21T06:56:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-21T06:56:42.168Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:56:42.168Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:56:42.185Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:56:42.185Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:42.185Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:42.185Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:43.187Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:56:43.187Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:43.187Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:43.187Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:44.188Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:56:44.189Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:44.189Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:44.189Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:45.190Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:56:45.190Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:45.190Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:45.190Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:46.192Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:56:46.192Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:46.192Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:46.192Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:47.193Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T06:56:47.193Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:47.193Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:47.194Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:48.195Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T06:56:48.195Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T06:56:48.195Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T06:56:48.195Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T06:56:48.196Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T06:56:48.238Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T06:56:48.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:56:48.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T06:56:48.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:56:48.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:56:48.239Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T06:56:48.264Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:56:48.264Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@26bd32d1
2023-03-21T06:56:48.264Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:56:48.264Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:56:48.264Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:56:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T06:56:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T06:56:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:56:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:48.265Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381808265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:49.266Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T06:56:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T06:56:49.289Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T06:56:49.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T06:56:49.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T06:56:49.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:56:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T06:56:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T06:56:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T06:56:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1e8dd60e
2023-03-21T06:56:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T06:56:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T06:56:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T06:56:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T06:56:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T06:56:49.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T06:56:49.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T06:56:49.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T06:56:49.310Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381809309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:56:50.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T06:56:50.311Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:56:50.330Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:56:50.334Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:56:50.334Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:57:20.335Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:57:20.354Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:57:20.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:57:20.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:57:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:57:41.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T06:57:41.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T06:57:41.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:57:50.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:57:50.394Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:57:50.398Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:57:50.398Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:58:20.398Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:58:20.418Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:58:20.421Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:58:20.421Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:58:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:58:41.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T06:58:41.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T06:58:41.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:58:41.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T06:58:41.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:58:41.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:58:41.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381808265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T06:58:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381809309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T06:58:41.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T06:58:50.422Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:58:50.443Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:58:50.447Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:58:50.447Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:59:20.447Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:59:20.475Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:59:20.478Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:59:20.478Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T06:59:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T06:59:50.479Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:59:50.496Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T06:59:50.500Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T06:59:50.500Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:00:20.500Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:00:20.523Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:00:20.526Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:00:20.526Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:00:41.101Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:00:50.527Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:00:50.548Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:00:50.552Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:00:50.552Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:01:20.552Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:01:20.574Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:01:20.578Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:01:20.579Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:01:41.102Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:01:41.190Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:01:41.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-8ba2f792-cf5d-4ac5-ba64-ccb33a9d1b6d sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T07:01:41.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T07:01:41.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T07:01:41.665Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:01:41.680Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:01:41.681Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T07:01:41.688Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:01:41.689Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 54: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T07:01:41.704Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:01:41.705Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:01:41.705Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:01:41.711Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:01:41.711Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:01:41.711Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:01:41.711Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2072, 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-03-21T07:01:41.712Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:01:41.712Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:01:50.579Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T07:01:50.579Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T07:01:50.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T07:01:50.588Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T07:01:50.589Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T07:01:50.595Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:01:50.606Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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-03-21T07:01:50.607Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T07:01:50.613Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T07:01:50.770Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T07:01:50.771Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:01:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-07:01:50:980-56910], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:01:50.771Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:01:50.771Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:01:50.772Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T07:01:50.778Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T07:01:50.779Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T07:01:50.779Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T07:01:50.779Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:01:50.779Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:01:50.779Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382110779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:01:50.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:01:50.798Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382110779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T07:01:50.798Z||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-03-21T07:01:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:01:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:01:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:01:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:01:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:01:51.807Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:01:52.808Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:01:52.809Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:01:52.809Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:01:52.809Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:01:53.809Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:01:53.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:01:53.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:01:53.810Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:01:54.811Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:01:54.812Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:01:54.812Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:01:54.812Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:01:55.813Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:01:55.814Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:01:55.814Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:01:55.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:01:56.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:01:56.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:01:56.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:01:56.817Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:01:57.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:01:57.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:01:57.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:01:57.819Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:01:58.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:01:58.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:01:58.821Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T07:01:58.821Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:01:58.822Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T07:01:58.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:01:58.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:01:58.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:01:58.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T07:01:58.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:01:58.863Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T07:01:59.157Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:01:59.160Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T07:01:59.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T07:01:59.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T07:01:59.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:01:59.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:01:59.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:01:59.161Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382119160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:00.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:02:00.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:02:00.163Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:00.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T07:02:00.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:00.164Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:00.264Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5145327387806546622/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T07:02:01.682Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:02:01.683Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:02:01.683Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.683Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T07:02:01.683Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.683Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.683Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.683Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.683Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:02:01.684Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:02:01.685Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:02:01.686Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.687Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.688Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.689Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:01.690Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.690Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:01.690Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.690Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:01.690Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:01.690Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:01.690Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T07:02:01.737Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T07:02:01.738Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T07:02:01.738Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T07:02:01.738Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:02:01.738Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:01.738Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:01.738Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382121737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:02.739Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T07:02:02.739Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T07:02:02.739Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:02:02.740Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:02.740Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:02.740Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382122739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:03.741Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:02:03.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:02:03.769Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:02:03.769Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:02:03.770Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:02:03.770Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:02:03.770Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:02:03.770Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:02:03.771Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:02:03.771Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:02:03.771Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T07:02:03.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:02:33.788Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T07:02:33.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T07:02:33.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T07:02:33.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T07:02:33.809Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:02:33.819Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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-03-21T07:02:33.820Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T07:02:33.828Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:02:33.964Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T07:02:33.965Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:02:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[143368], x-aai-txid=[1-aai-resources-230321-07:02:34:194-98866], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:02:33.965Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:02:33.965Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:02:33.965Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T07:02:33.975Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T07:02:33.976Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:02:33.976Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:02:33.976Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:33.976Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:33.976Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382153976,
  "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-03-21T07:02:35.001Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:02:35.001Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:02:35.001Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:02:35.001Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:35.001Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:35.001Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:36.002Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:02:36.002Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:36.002Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:36.002Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:37.003Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:02:37.003Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:37.003Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:37.003Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:38.004Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:02:38.004Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:38.005Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:38.005Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:39.005Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:02:39.005Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:39.006Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:39.006Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:40.006Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:02:40.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:40.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:40.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:41.007Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:02:41.008Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:41.008Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:41.008Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:41.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.107Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382119160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:02:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382121737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382122739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382153976,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:02:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.112Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:02:41.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:41.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:02:41.112Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:02:41.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:02:42.009Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:02:42.009Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:02:42.009Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T07:02:42.010Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:02:42.011Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T07:02:42.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:02:42.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:02:42.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:02:42.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:42.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:02:42.062Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:42.598Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:02:42.603Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T07:02:42.603Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T07:02:42.603Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:42.604Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:02:42.604Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:42.604Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:42.604Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382162603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:43.605Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:02:43.606Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:02:43.606Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:43.606Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T07:02:43.607Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:43.607Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:43.714Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10344063033667107584/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T07:02:45.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:02:45.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:02:45.162Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:02:45.163Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:02:45.164Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:02:45.165Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:02:45.166Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T07:02:45.167Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:45.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:45.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:45.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:02:45.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:02:45.168Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T07:02:45.218Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T07:02:45.218Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T07:02:45.219Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T07:02:45.219Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:02:45.219Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:45.219Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:45.219Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382165218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:46.220Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T07:02:46.220Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T07:02:46.221Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:02:46.221Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:02:46.221Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:02:46.221Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382166220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:02:47.222Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:02:47.245Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:02:47.249Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:02:47.249Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:02:47.249Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:02:47.249Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:02:47.249Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:02:47.249Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:02:47.249Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:02:47.249Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:02:47.249Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T07:02:47.264Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:03:17.264Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T07:03:17.273Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T07:03:17.273Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T07:03:17.274Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T07:03:17.280Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:03:17.292Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T07:03:17.292Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77173050-aec9-4056-b4a9-964110dfb2b0], X-ECOMP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], X-TransactionId=[], X-ONAP-RequestID=[b230f929-60f4-491e-917f-20389db9f6a3], Content-Type=[application/merge-patch+json]}
2023-03-21T07:03:17.298Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:03:17.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:03:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[217112], x-aai-txid=[1-aai-resources-230321-07:03:17:664-62983], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:03:17.428Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:03:17.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T07:03:17.429Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:03:17.429Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T07:03:17.441Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T07:03:17.441Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:03:17.441Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:03:17.441Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:17.441Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:17.441Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382197441,
  "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-03-21T07:03:18.471Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:03:18.471Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:03:18.472Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:03:18.472Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:18.472Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:18.472Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:19.473Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:03:19.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:19.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:19.474Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:20.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:03:20.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:03:20.475Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T07:03:20.476Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T07:03:20.476Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T07:03:20.516Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:03:20.517Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:03:20.517Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:03:20.517Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T07:03:20.517Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:03:20.517Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:03:20.541Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:03:20.541Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@130bfdeb
2023-03-21T07:03:20.541Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:03:20.541Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T07:03:20.541Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:03:20.542Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T07:03:20.542Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T07:03:20.542Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:03:20.542Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:20.542Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:20.542Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382200542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:21.544Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:03:21.579Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T07:03:21.579Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:03:21.579Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T07:03:21.579Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:03:21.580Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:21.580Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:21.580Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382201579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:22.580Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:03:22.580Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T07:03:22.580Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:03:22.580Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:22.580Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:22.581Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382202580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:23.581Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:03:23.611Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:03:23.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:03:23.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:03:23.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:03:23.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:03:23.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:03:23.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:03:23.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:03:23.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:03:23.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:03:23.632Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:03:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382162603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382165218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382166220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382197441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:03:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382200542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382201579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:03:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382202580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T07:03:41.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:03:53.633Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T07:03:53.640Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T07:03:53.641Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T07:03:53.642Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T07:03:53.647Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:03:53.661Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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-03-21T07:03:53.661Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T07:03:53.667Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:03:53.816Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T07:03:53.816Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:03:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[606376], x-aai-txid=[2-aai-resources-230321-07:03:54:033-97795], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:03:53.816Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:03:53.817Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:03:53.817Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:03:53.828Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:03:53.828Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:03:53.829Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:03:53.829Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:53.829Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:53.829Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382233828,
  "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-03-21T07:03:54.860Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:03:54.860Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:03:54.861Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:03:54.861Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:54.861Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:54.861Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:55.861Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:03:55.862Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:55.862Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:55.862Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:56.862Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:03:56.863Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:56.863Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:56.863Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:57.865Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:03:57.865Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:57.865Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:57.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:58.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:03:58.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:58.866Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:58.867Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:03:59.867Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:03:59.868Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:03:59.868Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:03:59.868Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:00.868Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:04:00.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:00.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:00.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:01.869Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:04:01.870Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:01.870Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:01.870Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:02.871Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:04:02.871Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:04:02.871Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T07:04:02.872Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:04:02.872Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T07:04:02.912Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:04:02.913Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:04:02.913Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:04:02.913Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:02.914Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:04:02.914Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:03.152Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:04:03.154Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T07:04:03.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T07:04:03.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:03.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:04:03.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:03.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:03.155Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382243155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:04.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:04:04.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:04:04.156Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.157Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.260Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6414779021274582011/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T07:04:04.811Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:04:04.811Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:04:04.811Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.811Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T07:04:04.811Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.811Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.811Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.811Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:04:04.812Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:04:04.813Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:04:04.813Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:04:04.813Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:04:04.813Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T07:04:04.857Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T07:04:04.857Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T07:04:04.857Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T07:04:04.859Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:04:04.859Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:04.859Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:04.860Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382244857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:05.860Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T07:04:05.861Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T07:04:05.861Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:04:05.861Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:05.861Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:05.861Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382245860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:06.862Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:04:06.886Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:04:06.889Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:04:06.890Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:04:06.890Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:04:06.890Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:04:06.890Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:04:06.890Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:04:06.890Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:04:06.890Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:04:06.890Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T07:04:06.901Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:04:36.901Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T07:04:36.910Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T07:04:36.910Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T07:04:36.911Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T07:04:36.916Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:04:36.931Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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-03-21T07:04:36.932Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T07:04:36.939Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:04:37.073Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T07:04:37.073Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:04:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[196760], x-aai-txid=[0-aai-resources-230321-07:04:37:306-34999], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:04:37.073Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:04:37.074Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:04:37.074Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T07:04:37.085Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T07:04:37.086Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:04:37.086Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:04:37.086Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:37.086Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:37.086Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382277086,
  "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-03-21T07:04:38.112Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:04:38.113Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:04:38.113Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:04:38.114Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:38.114Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:38.114Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:04:39.114Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:04:39.115Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:39.115Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:39.115Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:04:40.115Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:04:40.116Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:40.116Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:40.116Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:04:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382233828,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382243155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382244857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382245860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382277086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:04:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:04:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:04:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:04:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:04:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:04:41.117Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:04:41.117Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:41.117Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:41.117Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:04:42.117Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:04:42.118Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:42.118Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:42.118Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:04:43.119Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:04:43.119Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:43.119Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:43.119Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:44.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:04:44.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:44.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:44.120Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:45.122Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:04:45.122Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:04:45.122Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T07:04:45.123Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:04:45.123Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T07:04:45.170Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:04:45.171Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:04:45.171Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:04:45.171Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T07:04:45.171Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:04:45.171Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:04:45.192Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:04:45.192Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6522b41a
2023-03-21T07:04:45.192Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:04:45.192Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T07:04:45.192Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:04:45.192Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T07:04:45.192Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T07:04:45.192Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:04:45.192Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:45.193Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:45.193Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382285192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:46.194Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:04:46.246Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T07:04:46.246Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:04:46.246Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T07:04:46.246Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:04:46.246Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:46.246Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:46.246Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382286246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:47.247Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:04:47.247Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T07:04:47.247Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:04:47.248Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:04:47.248Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:04:47.248Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382287247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:04:48.248Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:04:48.273Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:04:48.277Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:04:48.277Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:04:48.278Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:04:48.278Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:04:48.278Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:04:48.278Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:04:48.278Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:04:48.278Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:04:48.278Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:04:48.301Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:05:18.302Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T07:05:18.314Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T07:05:18.314Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T07:05:18.315Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T07:05:18.320Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:05:18.331Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T07:05:18.331Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57e6424a-2463-4874-b13d-d2a4d29f28f3], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T07:05:18.337Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:05:18.468Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:05:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[241880], x-aai-txid=[2-aai-resources-230321-07:05:18:703-45201], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:05:18.468Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:05:18.469Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T07:05:18.469Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:05:18.470Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:05:18.481Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:05:18.481Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:05:18.481Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:05:18.481Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:18.481Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:18.481Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382318481,
  "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-03-21T07:05:19.513Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:05:19.513Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:05:19.513Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:05:19.513Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:19.513Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:19.514Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:20.514Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:05:20.514Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:20.514Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:20.515Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:21.515Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:05:21.515Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:21.515Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:21.516Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:22.516Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:05:22.516Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:22.516Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:22.517Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:23.517Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:05:23.518Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:23.518Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:23.518Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:24.518Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:05:24.519Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:24.519Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:24.519Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:25.519Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:05:25.520Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:25.520Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:25.520Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:26.521Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:05:26.521Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:26.521Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:26.521Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:27.522Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:05:27.522Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:05:27.522Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T07:05:27.523Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:05:27.523Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T07:05:27.559Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:05:27.559Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:05:27.559Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:05:27.559Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:27.559Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:05:27.560Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:27.882Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:05:27.884Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T07:05:27.884Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T07:05:27.884Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:27.884Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:05:27.884Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:27.884Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:27.884Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382327884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:28.885Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:05:28.886Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:05:28.886Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:28.886Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:28.887Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:28.887Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:28.957Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8047396136313195566/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T07:05:29.513Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:05:29.514Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:05:29.515Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T07:05:29.555Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T07:05:29.555Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T07:05:29.555Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T07:05:29.556Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:05:29.556Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:29.556Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:29.556Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382329555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:30.557Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T07:05:30.557Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T07:05:30.557Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:05:30.557Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:05:30.557Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:05:30.558Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382330556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:31.558Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:05:31.584Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:05:31.589Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:05:31.589Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:05:31.589Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:05:31.589Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:05:31.589Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:05:31.589Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:05:31.590Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:05:31.590Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:05:31.590Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T07:05:31.603Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:05:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:05:41.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:05:41.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:05:41.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:01.604Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T07:06:01.615Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T07:06:01.615Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T07:06:01.616Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T07:06:01.619Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:06:01.629Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T07:06:01.630Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[747c740d-5772-4962-92e6-7c89e8ec4264], X-ECOMP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-TransactionId=[], X-ONAP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], Content-Type=[application/merge-patch+json]}
2023-03-21T07:06:01.634Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:06:01.775Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:06:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[262360], x-aai-txid=[2-aai-resources-230321-07:06:02:000-65544], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:06:01.776Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:06:01.776Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T07:06:01.776Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:06:01.777Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T07:06:01.784Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T07:06:01.784Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:06:01.785Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:06:01.785Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:01.785Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:01.785Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382361785,
  "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-03-21T07:06:02.828Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:06:02.828Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:06:02.829Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:02.829Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:02.829Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:02.829Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:03.830Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:03.830Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:03.830Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:03.830Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:04.831Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:04.831Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:04.831Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:04.832Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:05.832Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:05.833Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:05.833Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:05.833Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:06.834Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:06.834Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:06.834Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:06.835Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:07.835Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:07.835Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:07.836Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:07.836Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:08.836Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:08.837Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:08.837Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:08.837Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:09.838Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:09.838Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:09.838Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:09.839Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:10.839Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:06:10.840Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:06:10.840Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T07:06:10.840Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:06:10.841Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T07:06:10.883Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:06:10.884Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:06:10.884Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:06:10.885Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:10.885Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:06:10.885Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:11.155Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:06:11.157Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T07:06:11.158Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T07:06:11.158Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:11.158Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:06:11.158Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:11.158Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:11.158Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382371158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:12.159Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:06:12.159Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:06:12.160Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.160Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.161Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.161Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.238Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3548534451687837306/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T07:06:12.793Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:06:12.793Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:06:12.793Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.793Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T07:06:12.793Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.793Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.793Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.793Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:06:12.794Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:06:12.795Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T07:06:12.845Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists
2023-03-21T07:06:12.845Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T07:06:12.846Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists)
2023-03-21T07:06:12.846Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:06:12.846Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:12.846Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:12.846Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382372845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:13.847Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T07:06:13.847Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists)
2023-03-21T07:06:13.847Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:06:13.848Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:13.848Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:13.848Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382373847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:14.850Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:06:14.870Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:06:14.873Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:06:14.873Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:06:14.874Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:06:14.874Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:06:14.874Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:06:14.874Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:06:14.874Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:06:14.874Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:06:14.875Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T07:06:14.887Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:06:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382285192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382286246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T07:06:41.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382287247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382318481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:06:41.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382327884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382329555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T07:06:41.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:41.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:06:41.105Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382330556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T07:06:41.105Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:06:44.887Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T07:06:44.896Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T07:06:44.896Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T07:06:44.897Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T07:06:44.903Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:06:44.915Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T07:06:44.916Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[814de6c8-86aa-4c6f-a277-b4e8f8f5d6d4], X-ECOMP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], X-TransactionId=[], X-ONAP-RequestID=[f8c655de-05e4-4fde-b51d-031ffbf3fd8e], Content-Type=[application/merge-patch+json]}
2023-03-21T07:06:44.923Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:06:45.078Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:06:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[274648], x-aai-txid=[1-aai-resources-230321-07:06:45:290-31125], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:06:45.079Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:06:45.079Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T07:06:45.079Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:06:45.079Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T07:06:45.090Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T07:06:45.090Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:06:45.090Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:06:45.090Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:45.090Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:45.090Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382405090,
  "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-03-21T07:06:46.120Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:06:46.120Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c7e18f8d-8954-4b54-900a-f2f560709ff7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01905d64-c8ad-4e9f-afdc-cb7ee58c1f07","serviceDescription":"service","serviceInvariantUUID":"a665b9b2-87f8-48a3-988b-0893f2679cf9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"113f7caa-38e2-4aed-87d6-5762463132e2","resourceInvariantUUID":"dd6b5af6-8c9e-46f4-9824-b586fb434de6","resourceCustomizationUUID":"a488fe58-5594-4a66-80de-ca9c1b568572","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":"MmIwNjg3ZDJkMjMzZTgwMmM5MzkwMjJmMGNiNWMwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d79d1df-c5fd-4308-b704-9334affe467d","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":"MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773e4ce9-e2c0-4106-8642-1b37dc5d3e3d","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":"88028da5-360e-4fe4-932b-3c863f5b1564","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":"21d6c1f6-5a5b-4fe4-8e62-b2eb90d869d6","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":"230b6271-5720-42e0-8f4b-9f8a753ab317","artifactVersion":"2","generatedFromUUID":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2"},{"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":"f68f82b3-e291-4af4-8e04-71929e50a772","artifactVersion":"2","generatedFromUUID":"88028da5-360e-4fe4-932b-3c863f5b1564"},{"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":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2","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":"68e52994-54ff-4a23-9f05-897753130364","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":"NmZmODgxNGI3ZWMxODY3ZDNmMTVhMWE4Y2Q5NTZhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd28c5-7588-4d71-a01c-181f7422ff92","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412cdb7-8e9e-4e35-ae21-7c349fee3f85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:06:46.120Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:46.120Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:46.121Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:46.121Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:06:47.121Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:47.122Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:47.122Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:47.122Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:06:48.122Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:48.123Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:48.123Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:48.123Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:06:49.124Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:49.124Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:49.124Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:49.124Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:06:50.125Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:50.126Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:50.126Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:50.126Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:06:51.126Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:51.127Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:51.127Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:51.127Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:06:52.128Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:52.128Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:52.128Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:52.129Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:06:53.129Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:53.130Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:53.130Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:53.130Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:06:54.130Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:54.130Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:54.130Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:54.130Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:55.131Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:06:55.131Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:55.131Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:55.131Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:56.132Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01905d64-c8ad-4e9f-afdc-cb7ee58c1f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a665b9b2-87f8-48a3-988b-0893f2679cf9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a488fe58-5594-4a66-80de-ca9c1b568572",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "113f7caa-38e2-4aed-87d6-5762463132e2",
      "resourceInvariantUUID": "dd6b5af6-8c9e-46f4-9824-b586fb434de6",
      "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": "MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773e4ce9-e2c0-4106-8642-1b37dc5d3e3d",
          "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": "88028da5-360e-4fe4-932b-3c863f5b1564",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
            "generatedFromUUID": "88028da5-360e-4fe4-932b-3c863f5b1564"
          },
          "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": "230b6271-5720-42e0-8f4b-9f8a753ab317",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
          "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": "675e0846-49a0-4f3f-aaf0-eecc4ab76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2412cdb7-8e9e-4e35-ae21-7c349fee3f85"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:06:56.132Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:06:56.132Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 ASDC
2023-03-21T07:06:56.133Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7e18f8d-8954-4b54-900a-f2f560709ff7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
ServiceInvariantUUID:a665b9b2-87f8-48a3-988b-0893f2679cf9
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:2412cdb7-8e9e-4e35-ae21-7c349fee3f85
ArtifactChecksum:ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a488fe58-5594-4a66-80de-ca9c1b568572
ResourceInvariantUUID:dd6b5af6-8c9e-46f4-9824-b586fb434de6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:113f7caa-38e2-4aed-87d6-5762463132e2
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:773e4ce9-e2c0-4106-8642-1b37dc5d3e3d
ArtifactChecksum:MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM=
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:88028da5-360e-4fe4-932b-3c863f5b1564
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:230b6271-5720-42e0-8f4b-9f8a753ab317
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:675e0846-49a0-4f3f-aaf0-eecc4ab76af2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:06:56.133Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 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-03-21T07:06:56.171Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:06:56.172Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:06:56.172Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:06:56.172Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T07:06:56.172Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:06:56.172Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:56.477Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:06:56.479Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 163279
2023-03-21T07:06:56.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:56.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:56.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:06:56.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:56.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:56.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382416480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:57.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:06:57.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:06:57.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:06:57.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-21T07:06:57.483Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:06:57.483Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:06:57.564Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10134327808094337970/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-21T07:06:58.371Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:06:58.372Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.373Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=37e29a3d-c930-4345-b180-aacf37331fc8
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.374Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
Model Version:NULL
Model InvariantUuid:a665b9b2-87f8-48a3-988b-0893f2679cf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bd6fd355-2030-4dc0-aa80-915a0c052294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd6b5af6-8c9e-46f4-9824-b586fb434de6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a488fe58-5594-4a66-80de-ca9c1b568572
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0880845-ac8e-4569-9956-087448a8bd6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:258fb453-aa14-438d-85b2-e5977a67d8e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:37e29a3d-c930-4345-b180-aacf37331fc8
ModelInvariantUuid:96a8f603-a7ec-434e-80d2-fab044443232
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c73245af-a1cd-4bac-803f-499d05ebee3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0bf709ae-fcb9-4f1f-93f9-31ff6962692b
ModelInvariantUuid:f110a654-b45d-4307-9f47-86e965e471e5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:860405e8-bdfa-4a56-bbb0-d81eae49c337
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-03-21T07:06:58.428Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists
2023-03-21T07:06:58.429Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:58.429Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists)
2023-03-21T07:06:58.429Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:06:58.429Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:58.429Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:58.430Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382418429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:06:59.431Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:06:59.431Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists)
2023-03-21T07:06:59.431Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:06:59.431Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:06:59.431Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:06:59.432Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382419431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:07:00.433Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:07:00.451Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:07:00.454Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:07:00.455Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:07:00.455Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:07:00.455Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:07:00.455Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:07:00.455Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:07:00.456Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:07:00.456Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:07:00.456Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:07:00.468Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:07:30.468Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T07:07:30.503Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 and serviceModelVersionId: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T07:07:30.503Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a665b9b2-87f8-48a3-988b-0893f2679cf9
2023-03-21T07:07:30.504Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0
2023-03-21T07:07:30.510Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:07:30.524Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||Invoke
2023-03-21T07:07:30.525Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7e18f8d-8954-4b54-900a-f2f560709ff7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76198db8-c767-46e3-9452-26d90801902a], X-ECOMP-RequestID=[c7e18f8d-8954-4b54-900a-f2f560709ff7], X-TransactionId=[], X-ONAP-RequestID=[c7e18f8d-8954-4b54-900a-f2f560709ff7], Content-Type=[application/merge-patch+json]}
2023-03-21T07:07:30.530Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:07:30.674Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:07:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[729256], x-aai-txid=[0-aai-resources-230321-07:07:30:898-37377], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:07:30.674Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:07:30.675Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||InvokeReturn
2023-03-21T07:07:30.675Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:07:30.675Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:07:30.685Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:07:30.685Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e18f8d-8954-4b54-900a-f2f560709ff7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:07:30.685Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:07:30.686Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:30.686Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:30.686Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382450685,
  "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-03-21T07:07:31.712Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:07:31.713Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"98590d00-e653-4386-b10d-a734b9f347a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a94977a-dd35-430d-b5cf-d4461d11a6cc","serviceDescription":"service","serviceInvariantUUID":"a8d9c6ec-855a-4120-bedd-073062b58525","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"957874ce-e768-4488-be41-60542675f0b2","resourceInvariantUUID":"6cc51686-4c28-4937-b4e5-5984f8751e13","resourceCustomizationUUID":"aed94782-1b8e-40f2-896e-0630fb81b9cb","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":"Y2M5NmZmMjk1Yzk4MjhjMDFkNTdlYjViYjY5ZjliNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717e5062-74f0-4b15-ab6e-2ffe9d9a0d4f","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":"NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5e958a8-1fb9-45da-ad41-3271ae3e490a","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":"a94fdf00-87d6-441b-b58e-27aa1ca44734","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":"18c048df-4501-43a0-b735-bd9fbf787a8b","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":"a8c9fce1-da0b-4e83-9d7c-2d04262438fb","artifactVersion":"2","generatedFromUUID":"a94fdf00-87d6-441b-b58e-27aa1ca44734"},{"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":"YWU3NTExY2I5NGIzMWJmYTEyYTUyM2Y1YjlmZGY4M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c998aa2b-9f55-4da2-85dc-11cb18f9cbcd","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":"MzRlMzY0ZDU3NTg4MDA5ZjdiNTM3ZDRkYWZlY2VhMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8916cef4-3071-4212-9b24-8627a5e84857","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8c175bd-3e73-4fb0-9070-9bf352069c72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:07:31.713Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:07:31.713Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:31.713Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:31.714Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:07:32.714Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:07:32.714Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:32.715Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:32.715Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:07:33.715Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:07:33.716Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:33.716Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:33.716Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:07:34.716Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:07:34.717Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:34.717Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:34.717Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:07:35.718Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:07:35.718Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:35.718Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:35.718Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:07:36.719Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:07:36.719Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:36.719Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:36.719Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "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-03-21T07:07:37.720Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:07:37.721Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:37.721Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:37.721Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:07:38.722Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:07:38.723Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:38.723Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:38.723Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:07:39.724Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a94977a-dd35-430d-b5cf-d4461d11a6cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8d9c6ec-855a-4120-bedd-073062b58525",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aed94782-1b8e-40f2-896e-0630fb81b9cb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "957874ce-e768-4488-be41-60542675f0b2",
      "resourceInvariantUUID": "6cc51686-4c28-4937-b4e5-5984f8751e13",
      "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": "NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5e958a8-1fb9-45da-ad41-3271ae3e490a",
          "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": "a94fdf00-87d6-441b-b58e-27aa1ca44734",
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
            "generatedFromUUID": "a94fdf00-87d6-441b-b58e-27aa1ca44734"
          },
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8c175bd-3e73-4fb0-9070-9bf352069c72"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:07:39.724Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:07:39.724Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a94977a-dd35-430d-b5cf-d4461d11a6cc ASDC
2023-03-21T07:07:39.725Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98590d00-e653-4386-b10d-a734b9f347a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
ServiceInvariantUUID:a8d9c6ec-855a-4120-bedd-073062b58525
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:c8c175bd-3e73-4fb0-9070-9bf352069c72
ArtifactChecksum:NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
ResourceInvariantUUID:6cc51686-4c28-4937-b4e5-5984f8751e13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:957874ce-e768-4488-be41-60542675f0b2
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:a5e958a8-1fb9-45da-ad41-3271ae3e490a
ArtifactChecksum:NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg=
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:a94fdf00-87d6-441b-b58e-27aa1ca44734
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:07:39.725Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a94977a-dd35-430d-b5cf-d4461d11a6cc 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-03-21T07:07:39.770Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:07:39.770Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:07:39.770Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:07:39.770Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T07:07:39.770Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:07:39.770Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:07:39.794Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:07:39.794Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6ed2f55e
2023-03-21T07:07:39.794Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:07:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-21T07:07:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8c175bd-3e73-4fb0-9070-9bf352069c72 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:07:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:07:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-21T07:07:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:07:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:39.795Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382459795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:07:40.796Z|98590d00-e653-4386-b10d-a734b9f347a9|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:c8c175bd-3e73-4fb0-9070-9bf352069c72)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:07:40.842Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists
2023-03-21T07:07:40.842Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:07:40.842Z|98590d00-e653-4386-b10d-a734b9f347a9|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: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists)
2023-03-21T07:07:40.842Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:07:40.842Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:40.843Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:40.843Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382460842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:07:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:07:41.101Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: cached metadata has changed from (version108: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version109: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-21T07:07:41.114Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:07:41.114Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T07:07:41.118Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:07:41.119Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 55: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T07:07:41.131Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:07:41.131Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:07:41.131Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:07:41.136Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:07:41.136Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:07:41.136Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:07:41.136Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2135, 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-03-21T07:07:41.136Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:07:41.136Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:07:41.844Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:07:41.844Z|98590d00-e653-4386-b10d-a734b9f347a9|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: 957874ce-e768-4488-be41-60542675f0b2 already exists)
2023-03-21T07:07:41.844Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:07:41.844Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:07:41.844Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:07:41.844Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382461844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:07:42.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.154Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382361785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:07:42.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.155Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.155Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.157Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.157Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.158Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382371158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:07:42.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.158Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382372845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
}
2023-03-21T07:07:42.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.158Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382373847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
}
2023-03-21T07:07:42.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.159Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382405090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:07:42.159Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.159Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.159Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.161Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.161Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382416480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382418429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
}
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382419431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
}
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382450685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382459795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382460842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
}
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:07:42.165Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382461844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
}
2023-03-21T07:07:42.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:07:42.845Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:07:42.875Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:07:42.879Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:07:42.879Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:07:42.879Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:07:42.879Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:07:42.879Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:07:42.879Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:07:42.879Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:07:42.880Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:07:42.880Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:07:42.893Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:08:12.893Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T07:08:12.899Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98590d00-e653-4386-b10d-a734b9f347a9 and serviceModelVersionId: 5a94977a-dd35-430d-b5cf-d4461d11a6cc
2023-03-21T07:08:12.900Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8d9c6ec-855a-4120-bedd-073062b58525
2023-03-21T07:08:12.900Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0
2023-03-21T07:08:12.906Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:08:12.922Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||Invoke
2023-03-21T07:08:12.922Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eebacecc-7e41-47d2-b523-435dc9615076], X-ECOMP-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], X-TransactionId=[], X-ONAP-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], Content-Type=[application/merge-patch+json]}
2023-03-21T07:08:12.927Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:08:13.070Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:08:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[741544], x-aai-txid=[2-aai-resources-230321-07:08:13:293-97592], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:08:13.070Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:08:13.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||InvokeReturn
2023-03-21T07:08:13.071Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:08:13.071Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:08:13.082Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:08:13.082Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98590d00-e653-4386-b10d-a734b9f347a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:08:13.082Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:08:13.083Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:13.083Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:13.083Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382493082,
  "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-03-21T07:08:14.112Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:08:14.112Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"476fc99b-70c8-468d-9a48-ed6783a233a1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e45c2106-e67d-4ee5-b1ef-19ada300221d","serviceDescription":"service","serviceInvariantUUID":"cbe14fe5-f16e-41b0-b777-f80c4e928e9a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86582baf-078f-4ae8-9693-40b3574923cd","resourceInvariantUUID":"816b504b-03fe-445d-a739-2f99a1dd43ee","resourceCustomizationUUID":"3b57a869-14b5-42be-8380-67bb62b237ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTY1OTFkNmMxOTY3NzEyYzQ0NDRhODA3YmYxNjdjN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a01a4f1-4cd8-45d5-819b-6026d261aeab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7df5dfbc-7c23-480d-bdfb-e7e4f0f16a95","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb6d0bd2-e3bb-4841-9db2-906cbd175c8d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjQ2YTQ5ZjU2YzRhMWEzZjc3YWZmNWNhMzk4MGU3MjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3bbec7de-a70a-4c1e-91fc-e9fb9d889e7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21eaffc4-ac87-4571-8041-790cbd3e6e08","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b99f0c0-470b-453e-934c-5ca6463f8c5f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13ccc503-c491-45cf-bdf9-d3d121e60ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTBhNmY2MGNmYzIyOGY1ODQ1NGYzZTFiNTAyYmE3YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84229124-4e9c-4b68-89e2-596655fc50d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a86dd3a-58dd-48ac-9fd2-5e64309c8f75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:08:14.113Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:14.113Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:14.113Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:14.113Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:15.114Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:15.114Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:15.115Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:15.115Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:16.115Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:16.115Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:16.115Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:16.115Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:17.116Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:17.116Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:17.116Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:17.116Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:18.117Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:18.117Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:18.117Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:18.117Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:19.118Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:19.118Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:19.118Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:19.118Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:20.119Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:20.119Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:20.119Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:20.119Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:21.121Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:21.121Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:21.121Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:21.121Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:22.122Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:22.123Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:22.123Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:22.123Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:23.124Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e45c2106-e67d-4ee5-b1ef-19ada300221d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbe14fe5-f16e-41b0-b777-f80c4e928e9a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3b57a869-14b5-42be-8380-67bb62b237ac",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "86582baf-078f-4ae8-9693-40b3574923cd",
      "resourceInvariantUUID": "816b504b-03fe-445d-a739-2f99a1dd43ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a86dd3a-58dd-48ac-9fd2-5e64309c8f75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:08:23.125Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:08:23.125Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45c2106-e67d-4ee5-b1ef-19ada300221d ASDC
2023-03-21T07:08:23.126Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:476fc99b-70c8-468d-9a48-ed6783a233a1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e45c2106-e67d-4ee5-b1ef-19ada300221d
ServiceInvariantUUID:cbe14fe5-f16e-41b0-b777-f80c4e928e9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75
ArtifactChecksum:YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3b57a869-14b5-42be-8380-67bb62b237ac
ResourceInvariantUUID:816b504b-03fe-445d-a739-2f99a1dd43ee
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:86582baf-078f-4ae8-9693-40b3574923cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:08:23.126Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45c2106-e67d-4ee5-b1ef-19ada300221d 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-03-21T07:08:23.173Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:08:23.174Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:08:23.174Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:08:23.174Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:08:23.174Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:08:23.174Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:08:23.197Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:08:23.197Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7c4c425
2023-03-21T07:08:23.197Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:08:23.198Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T07:08:23.198Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:08:23.198Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:08:23.199Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T07:08:23.199Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:08:23.199Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:23.199Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:23.199Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382503198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:24.201Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:08:24.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists
2023-03-21T07:08:24.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:08:24.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists)
2023-03-21T07:08:24.258Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:08:24.259Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:24.259Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:24.259Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382504258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:25.259Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:08:25.260Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists)
2023-03-21T07:08:25.260Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:08:25.260Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:25.260Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:25.260Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382505259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:26.261Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:08:26.281Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:08:26.284Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:08:26.284Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:08:26.284Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:08:26.284Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:08:26.284Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:08:26.284Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:08:26.284Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:08:26.284Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:08:26.284Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T07:08:26.295Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:08:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382493082,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:08:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:08:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:08:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:08:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.112Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:08:41.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.112Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:08:41.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382503198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382504258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
}
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382505259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
}
2023-03-21T07:08:41.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:08:56.295Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T07:08:56.302Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 and serviceModelVersionId: e45c2106-e67d-4ee5-b1ef-19ada300221d
2023-03-21T07:08:56.303Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbe14fe5-f16e-41b0-b777-f80c4e928e9a
2023-03-21T07:08:56.303Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0
2023-03-21T07:08:56.306Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:08:56.317Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||Invoke
2023-03-21T07:08:56.317Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6071e437-0fcf-450c-90b7-9aa83985806f], X-ECOMP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-TransactionId=[], X-ONAP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], Content-Type=[application/merge-patch+json]}
2023-03-21T07:08:56.326Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:08:56.464Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?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/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:08:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[766120], x-aai-txid=[2-aai-resources-230321-07:08:56:692-95517], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:08:56.465Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:08:56.466Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||InvokeReturn
2023-03-21T07:08:56.466Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:08:56.466Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T07:08:56.477Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T07:08:56.477Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 476fc99b-70c8-468d-9a48-ed6783a233a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:08:56.478Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:08:56.478Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:56.478Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:56.478Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382536478,
  "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-03-21T07:08:57.508Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:08:57.508Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3d9a5f2e-f42c-4236-b377-677e097954f1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f64717a-dfbe-4135-8bd9-a12b0d29ee6d","serviceDescription":"service","serviceInvariantUUID":"ec2d3468-c874-4b80-aa33-979d21c8d926","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"779c856d-0665-402f-97c4-5e8c359527ee","resourceInvariantUUID":"3b1bba39-2bbd-4858-8eb4-f062befaa654","resourceCustomizationUUID":"850b1777-af11-4720-a01f-ce0101ceac07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YWY0Y2Y3NDMzZmY5MGEzZWU5ZDU1ODMyMjJiNDI5MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fb7c528-16ea-4c42-8bfc-4c53a7524349","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c85848-bdba-4a76-8d7e-62c2f94a4ef4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb555b1-6efa-46df-ac2b-6e5067b1ab76","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTVhYTA1MTZlMDA4YmI0ZGQ2OTU1MTcxZjYxMWY1ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a672d27-e52a-4425-967a-1f3b9940535a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45abd2ed-af2e-41c8-95f6-d26e115a950a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be9f6629-3d1d-4c21-90b0-20561473a815","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8eb0ef6-c02d-4e5b-bc72-c77ffe295936","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MTA0NTg0ZGZhZDJhNjllNzQ4ODJlOTA5YjExZjA5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c1cd534-a9a2-4e78-a6b8-46eb1272cd5a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6824b5e1-94a4-4faa-80f6-c350d2399310","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:08:57.509Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:57.509Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:57.509Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:57.510Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:58.510Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:58.511Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:58.511Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:58.511Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:08:59.512Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:08:59.512Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:08:59.512Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:08:59.512Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:00.513Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:00.514Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:00.514Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:00.514Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:01.515Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:01.515Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:01.515Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:01.516Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:02.516Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:02.516Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:02.517Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:02.517Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:03.517Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:03.518Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:03.518Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:03.518Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:04.518Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:04.519Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:04.519Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:04.519Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:05.520Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:05.520Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:05.520Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:05.521Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:06.521Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f64717a-dfbe-4135-8bd9-a12b0d29ee6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec2d3468-c874-4b80-aa33-979d21c8d926",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "850b1777-af11-4720-a01f-ce0101ceac07",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "779c856d-0665-402f-97c4-5e8c359527ee",
      "resourceInvariantUUID": "3b1bba39-2bbd-4858-8eb4-f062befaa654",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6824b5e1-94a4-4faa-80f6-c350d2399310"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:09:06.522Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:09:06.522Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d ASDC
2023-03-21T07:09:06.522Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3d9a5f2e-f42c-4236-b377-677e097954f1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
ServiceInvariantUUID:ec2d3468-c874-4b80-aa33-979d21c8d926
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:6824b5e1-94a4-4faa-80f6-c350d2399310
ArtifactChecksum:Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:850b1777-af11-4720-a01f-ce0101ceac07
ResourceInvariantUUID:3b1bba39-2bbd-4858-8eb4-f062befaa654
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:779c856d-0665-402f-97c4-5e8c359527ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:09:06.522Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d 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-03-21T07:09:06.568Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:09:06.569Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:09:06.569Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:09:06.569Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:09:06.570Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:09:06.570Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:09:06.595Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:09:06.595Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66992be4
2023-03-21T07:09:06.595Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:09:06.595Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T07:09:06.596Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6824b5e1-94a4-4faa-80f6-c350d2399310 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:09:06.596Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:09:06.596Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T07:09:06.596Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:09:06.597Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:06.597Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:06.597Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382546596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:07.598Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:6824b5e1-94a4-4faa-80f6-c350d2399310)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:09:07.650Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists
2023-03-21T07:09:07.650Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:09:07.650Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists)
2023-03-21T07:09:07.650Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:09:07.650Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:07.651Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:07.651Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382547650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:08.651Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:09:08.651Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 779c856d-0665-402f-97c4-5e8c359527ee already exists)
2023-03-21T07:09:08.652Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:09:08.652Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:08.652Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:08.652Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382548651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 779c856d-0665-402f-97c4-5e8c359527ee already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:09.652Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:09:09.669Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:09:09.672Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:09:09.673Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:09:09.673Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:09:09.673Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:09:09.673Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:09:09.673Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:09:09.673Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:09:09.673Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:09:09.673Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T07:09:09.685Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:09:39.685Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 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-03-21T07:09:39.696Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 and serviceModelVersionId: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T07:09:39.697Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec2d3468-c874-4b80-aa33-979d21c8d926
2023-03-21T07:09:39.697Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0
2023-03-21T07:09:39.703Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:09:39.715Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?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-03-21T07:09:39.716Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||Invoke
2023-03-21T07:09:39.723Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:09:39.897Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||InvokeReturn
2023-03-21T07:09:39.898Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:09:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[208904], x-aai-txid=[1-aai-resources-230321-07:09:40:089-88689], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:09:39.898Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:09:39.899Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:09:39.899Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T07:09:39.910Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T07:09:39.910Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d9a5f2e-f42c-4236-b377-677e097954f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:09:39.911Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:09:39.911Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:39.911Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:39.911Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382579911,
  "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-03-21T07:09:40.938Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:09:40.938Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"df8825ed-4298-4e26-a36b-90eeff953fbb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f3ec299-7e0a-4f3b-ac90-bd39924bdce9","serviceDescription":"service","serviceInvariantUUID":"22a54413-155d-4dd1-a104-d21924a005da","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"69272dd6-6461-4bbb-96e9-5a835503ba54","resourceInvariantUUID":"26704274-9f0d-44f7-a3fc-adb71335100c","resourceCustomizationUUID":"230a8d84-56f0-409b-b1b1-5f84fb8c4d8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y4MTMyNmRhZDEwMDgyOTlkMDU4MzhkYTkyYTVjZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23be1757-5df9-4623-815f-d3570be2f94f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b1434cf-5f34-47b3-82cd-c0208dd6f8b7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67ffa200-d075-40e5-ba4e-2f90fae01efc","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTAyODM2OWYwODc2ZjY2YWNkNzBmNjY4NWRiM2JmNGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1bc3fc98-06f7-4870-ac86-265c1478187b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a92c7268-f92f-4477-98e2-d76a20dd2958","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5818dd0-a401-46b3-9dac-e989a1f208f1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19af244c-17c8-4c70-99b5-114c36a48e17","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YzBhZGY3OTI2NDg3ZDA2MTgyYmQzMjc0YzhlYTgxYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"deb30294-f523-4d70-a1d0-b161c857bce1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmQ1ODg2YWU1Zjc4NzliNWE3MjhkYThlZGMwMTY3YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc07b0d5-9704-4884-be12-9bb2d118eb69","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:09:40.938Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:40.939Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:40.939Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:40.939Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:41.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:41.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.107Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382536478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:09:41.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.108Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:09:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:09:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:09:41.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.109Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:09:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:09:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:09:41.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.110Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382546596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382547650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists"
}
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382548651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 779c856d-0665-402f-97c4-5e8c359527ee already exists"
}
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382579911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:09:41.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:09:41.939Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:41.939Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:41.940Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:41.940Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:42.940Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:42.940Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:42.940Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:42.941Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:43.941Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:43.941Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:43.942Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:43.942Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:44.942Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:44.943Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:44.943Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:44.943Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:45.943Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:45.944Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:45.944Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:45.944Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:46.944Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:46.945Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:46.945Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:46.945Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:47.946Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:47.946Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:47.946Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:47.947Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:48.947Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:09:48.947Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:48.948Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:48.948Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:49.948Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f3ec299-7e0a-4f3b-ac90-bd39924bdce9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "22a54413-155d-4dd1-a104-d21924a005da",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "230a8d84-56f0-409b-b1b1-5f84fb8c4d8a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "69272dd6-6461-4bbb-96e9-5a835503ba54",
      "resourceInvariantUUID": "26704274-9f0d-44f7-a3fc-adb71335100c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NmQ1ODg2YWU1Zjc4NzliNWE3MjhkYThlZGMwMTY3YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc07b0d5-9704-4884-be12-9bb2d118eb69"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:09:49.949Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:09:49.949Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9 ASDC
2023-03-21T07:09:49.950Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:df8825ed-4298-4e26-a36b-90eeff953fbb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
ServiceInvariantUUID:22a54413-155d-4dd1-a104-d21924a005da
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:dc07b0d5-9704-4884-be12-9bb2d118eb69
ArtifactChecksum:NmQ1ODg2YWU1Zjc4NzliNWE3MjhkYThlZGMwMTY3YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:230a8d84-56f0-409b-b1b1-5f84fb8c4d8a
ResourceInvariantUUID:26704274-9f0d-44f7-a3fc-adb71335100c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:69272dd6-6461-4bbb-96e9-5a835503ba54
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:09:49.950Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9 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-03-21T07:09:49.991Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:09:49.991Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:09:49.992Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:09:49.992Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dc07b0d5-9704-4884-be12-9bb2d118eb69 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:09:49.992Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:09:49.992Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:09:50.011Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:09:50.011Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@50e23ca2
2023-03-21T07:09:50.011Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:09:50.012Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T07:09:50.012Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc07b0d5-9704-4884-be12-9bb2d118eb69 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:09:50.012Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:09:50.012Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T07:09:50.012Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:09:50.013Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:50.013Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:50.013Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382590012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:51.014Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc07b0d5-9704-4884-be12-9bb2d118eb69)
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-03-21T07:09:51.030Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-03-21T07:09:51.030Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 69272dd6-6461-4bbb-96e9-5a835503ba54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_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=?
2023-03-21T07:09:51.038Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:09:51.062Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 69272dd6-6461-4bbb-96e9-5a835503ba54 test-pnf
2023-03-21T07:09:51.062Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
2023-03-21T07:09:51.062Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
2023-03-21T07:09:51.063Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 69272dd6-6461-4bbb-96e9-5a835503ba54 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=?
2023-03-21T07:09:51.069Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:09:51.089Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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-03-21T07:09:51.095Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 69272dd6-6461-4bbb-96e9-5a835503ba54 0 ASDC deployResourceStructure
2023-03-21T07:09:51.096Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-21T07:09:51.096Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:09:51.096Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-21T07:09:51.097Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:09:51.097Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:09:51.097Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:09:51.097Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382591096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:09:52.098Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df8825ed-4298-4e26-a36b-90eeff953fbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:09:52.120Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df8825ed-4298-4e26-a36b-90eeff953fbb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:09:52.123Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:09:52.123Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:09:52.123Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:09:52.123Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:09:52.123Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:09:52.123Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:09:52.124Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:09:52.124Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-21T07:09:52.124Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-03-21T07:09:52.134Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:10:22.135Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df8825ed-4298-4e26-a36b-90eeff953fbb 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-03-21T07:10:22.143Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df8825ed-4298-4e26-a36b-90eeff953fbb and serviceModelVersionId: 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
2023-03-21T07:10:22.143Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22a54413-155d-4dd1-a104-d21924a005da
2023-03-21T07:10:22.144Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0
2023-03-21T07:10:22.150Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:10:22.165Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?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-03-21T07:10:22.166Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|INFO|500||Invoke
2023-03-21T07:10:22.172Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T07:10:22.303Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|INFO|500||InvokeReturn
2023-03-21T07:10:22.303Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:10:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[311544], x-aai-txid=[2-aai-resources-230321-07:10:22:538-30994], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:10:22.303Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:10:22.303Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:10:22.304Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-03-21T07:10:22.310Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-03-21T07:10:22.310Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df8825ed-4298-4e26-a36b-90eeff953fbb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-21T07:10:22.311Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:10:22.311Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:22.311Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:22.311Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382622311,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-03-21T07:10:23.341Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T07:10:23.342Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T07:10:23.343Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 1 disconnected.
2023-03-21T07:10:23.344Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Cancelled in-flight METADATA request with correlation id 102043 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-21T07:10:23.344Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 2 disconnected.
2023-03-21T07:10:23.345Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:10:23.345Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:10:23.345Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:10:23.345Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T07:10:23.351Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7cff660d-d5dc-47b4-bfaf-0797bac7ba7f
2023-03-21T07:10:23.351Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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=13, 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-03-21T07:10:23.352Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:10:23.352Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T07:10:23.714Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:10:26.723Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:10:29.732Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:10:32.741Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:10:35.750Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:10:38.760Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:10:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:41.114Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:10:41.114Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T07:10:41.122Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:10:41.122Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7cff660d-d5dc-47b4-bfaf-0797bac7ba7f', protocol='range'}
2023-03-21T07:10:41.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:10:41.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:10:41.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:10:41.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:10:41.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:10:41.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:10:41.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 56: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7cff660d-d5dc-47b4-bfaf-0797bac7ba7f=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T07:10:41.142Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7cff660d-d5dc-47b4-bfaf-0797bac7ba7f', protocol='range'}
2023-03-21T07:10:41.143Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:10:41.143Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:10:41.143Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:10:41.143Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:10:41.143Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:10:41.148Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T07:10:41.149Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T07:10:41.149Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T07:10:41.149Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T07:10:41.149Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T07:10:41.149Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T07:10:41.149Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:10:41.150Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:10:41.150Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:10:41.150Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2201, 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-03-21T07:10:41.150Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:10:41.150Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:10:41.209Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:10:41.209Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:10:41.210Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:10:41.210Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:41.210Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:41.210Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:42.167Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.168Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:10:42.168Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.169Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.169Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:10:42.169Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.169Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.169Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:10:42.169Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.169Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.170Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:10:42.171Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.171Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.171Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679381783505,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:10:42.171Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.171Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.171Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382590012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:10:42.171Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.171Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.172Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382591096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-21T07:10:42.172Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.172Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.172Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382622311,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-21T07:10:42.172Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.172Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:10:42.172Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:10:42.172Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:10:42.211Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:10:42.211Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:42.211Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:42.211Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:43.212Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:10:43.212Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:43.212Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:43.213Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:44.213Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:10:44.214Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:44.214Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:44.214Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:45.215Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:10:45.215Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:45.215Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:45.215Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:46.216Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:10:46.216Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:46.217Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:46.217Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:47.217Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:10:47.218Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:47.218Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:47.218Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:48.219Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:10:48.219Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:10:48.219Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T07:10:48.220Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:10:48.220Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T07:10:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:10:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:10:48.257Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:10:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T07:10:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:10:48.258Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T07:10:48.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:10:48.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2475821d
2023-03-21T07:10:48.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:10:48.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T07:10:48.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:10:48.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T07:10:48.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T07:10:48.283Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:10:48.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:48.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:48.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382648283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:49.284Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T07:10:49.308Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T07:10:49.309Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T07:10:49.313Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T07:10:49.314Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T07:10:49.314Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T07:10:49.314Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:10:49.314Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T07:10:49.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:10:49.331Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@9c30aeb
2023-03-21T07:10:49.332Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:10:49.332Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T07:10:49.332Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:10:49.332Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T07:10:49.332Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T07:10:49.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:10:49.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:10:49.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:10:49.333Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382649332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:10:50.334Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T07:10:50.334Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:10:50.357Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:10:50.364Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:10:50.364Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:11:20.365Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:11:20.387Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:11:20.392Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:11:20.392Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:11:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:11:41.101Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:11:41.101Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:11:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:11:50.393Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:11:50.414Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:11:50.417Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:11:50.417Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:12:20.417Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:12:20.443Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:12:20.448Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:12:20.448Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:12:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:12:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:12:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:12:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:12:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:12:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:12:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:12:41.102Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:12:41.103Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382648283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:12:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:12:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-21T07:12:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382649332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:12:41.104Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:12:50.448Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:12:50.477Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:12:50.481Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:12:50.481Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:13:20.481Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:13:20.505Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:13:20.509Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:13:20.509Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:13:41.100Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:13:50.509Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:13:50.537Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:13:50.542Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:13:50.542Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:14:20.542Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:14:20.570Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:14:20.574Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:14:20.574Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:14:41.101Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:14:50.575Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:14:50.599Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:14:50.604Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:14:50.604Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:15:20.604Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:15:20.632Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:15:20.636Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:15:20.636Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:15:41.103Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:15:41.256Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:15:41.256Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-7cff660d-d5dc-47b4-bfaf-0797bac7ba7f sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T07:15:41.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T07:15:41.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T07:15:41.652Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:15:41.668Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:15:41.668Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T07:15:41.676Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:15:41.677Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 57: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T07:15:41.693Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:15:41.694Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:15:41.694Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:15:41.699Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:15:41.699Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:15:41.699Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:15:41.700Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2221, 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-03-21T07:15:41.700Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:15:41.700Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:15:50.637Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T07:15:50.637Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T07:15:50.650Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T07:15:50.650Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T07:15:50.651Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T07:15:50.658Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:15:50.673Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T07:15:50.674Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4fdb6813-14cf-496b-88fa-38105b33e225], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T07:15:50.682Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T07:15:50.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:15:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-07:15:51:048-14765], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:15:50.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:15:50.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T07:15:50.825Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:15:50.825Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T07:15:50.832Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T07:15:50.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T07:15:50.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T07:15:50.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:15:50.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:15:50.833Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382950833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:15:50.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:15:50.851Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382950833,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T07:15:50.852Z||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-03-21T07:15:51.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:15:51.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:15:51.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:15:51.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:15:51.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:15:51.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:15:52.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:15:52.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:15:52.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:15:52.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:15:53.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:15:53.862Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:15:53.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:15:53.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:15:54.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:15:54.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:15:54.864Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:15:54.864Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:15:55.865Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:15:55.865Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:15:55.865Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:15:55.865Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:15:56.866Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:15:56.866Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:15:56.866Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:15:56.866Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:15:57.867Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:15:57.867Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:15:57.867Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:15:57.867Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:15:58.868Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:15:58.869Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:15:58.869Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T07:15:58.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:15:58.869Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T07:15:58.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:15:58.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:15:58.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:15:58.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T07:15:58.921Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:15:58.922Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T07:15:59.236Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:15:59.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T07:15:59.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T07:15:59.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T07:15:59.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:15:59.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:15:59.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:15:59.241Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382959241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:00.242Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:16:00.243Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:16:00.243Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:00.244Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T07:16:00.245Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:00.245Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:00.356Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8191789763996750524/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-03-21T07:16:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:16:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:16:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T07:16:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:16:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T07:16:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:16:01.766Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T07:16:01.767Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:01.768Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.769Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:01.769Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.769Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:01.769Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:01.769Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:01.769Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T07:16:01.813Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T07:16:01.813Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T07:16:01.813Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T07:16:01.813Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:16:01.814Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:01.814Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:01.814Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382961813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:02.815Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T07:16:02.815Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T07:16:02.815Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:16:02.816Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:02.816Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:02.816Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382962815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:03.817Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:16:03.841Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:16:03.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:16:03.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:16:03.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:16:03.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:16:03.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:16:03.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:16:03.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:16:03.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:16:03.846Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T07:16:03.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:16:33.862Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T07:16:33.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T07:16:33.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T07:16:33.879Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T07:16:33.884Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:16:33.896Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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-03-21T07:16:33.896Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T07:16:33.904Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:16:34.068Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T07:16:34.068Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:16:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[143368], x-aai-txid=[2-aai-resources-230321-07:16:34:271-1317], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:16:34.069Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:16:34.069Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:16:34.069Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T07:16:34.076Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T07:16:34.076Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:16:34.076Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:16:34.077Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:34.077Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:34.077Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382994076,
  "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-03-21T07:16:35.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:16:35.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:16:35.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:16:35.104Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:35.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:35.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:36.105Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:16:36.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:36.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:36.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:37.106Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:16:37.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:37.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:37.107Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:38.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:16:38.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:38.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:38.108Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:39.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:16:39.109Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:39.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:39.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:40.110Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:16:40.111Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:40.111Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:40.111Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:16:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382959241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382961813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T07:16:41.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382962815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382994076,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.110Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:16:41.112Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:16:41.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:16:41.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:16:41.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:41.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:41.112Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:42.113Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:16:42.113Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:16:42.113Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T07:16:42.114Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:16:42.114Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T07:16:42.159Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:16:42.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:16:42.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:16:42.160Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:42.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:16:42.161Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:42.677Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:16:42.681Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T07:16:42.682Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T07:16:42.682Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:42.682Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:16:42.682Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:42.682Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:42.682Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383002682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:43.683Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:16:43.683Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:16:43.684Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:43.684Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T07:16:43.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:43.685Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:43.787Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP422596246010694145/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T07:16:45.255Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.256Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.257Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:16:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:16:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:16:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:16:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:16:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:16:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:16:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:16:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:16:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T07:16:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:16:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:16:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:16:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:16:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:16:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T07:16:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:16:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:16:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:16:45.264Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:45.264Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.264Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:16:45.264Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.264Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:16:45.264Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T07:16:45.264Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:16:45.265Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:45.265Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:16:45.265Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.265Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T07:16:45.265Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:16:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:16:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:16:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:16:45.266Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.267Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:16:45.267Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:16:45.267Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:16:45.267Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:16:45.267Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:16:45.268Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T07:16:45.268Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T07:16:45.268Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.268Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:45.269Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.269Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:45.269Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.269Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:45.269Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:16:45.269Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:16:45.269Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T07:16:45.317Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T07:16:45.317Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T07:16:45.317Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T07:16:45.317Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:16:45.317Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:45.318Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:45.318Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383005317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:46.318Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T07:16:46.319Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T07:16:46.319Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:16:46.319Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:16:46.319Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:16:46.319Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383006318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:16:47.319Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:16:47.345Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:16:47.349Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:16:47.350Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:16:47.350Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:16:47.350Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:16:47.350Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:16:47.350Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:16:47.350Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:16:47.350Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:16:47.351Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T07:16:47.362Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:17:17.363Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T07:17:17.375Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T07:17:17.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T07:17:17.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T07:17:17.382Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:17:17.394Z|b230f929-60f4-491e-917f-20389db9f6a3|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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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-03-21T07:17:17.395Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T07:17:17.402Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:17:17.543Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T07:17:17.543Z|b230f929-60f4-491e-917f-20389db9f6a3|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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:17:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[217112], x-aai-txid=[2-aai-resources-230321-07:17:17:768-84003], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:17:17.543Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:17:17.543Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:17:17.543Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T07:17:17.552Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T07:17:17.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:17:17.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:17:17.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:17:17.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:17:17.552Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383037552,
  "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-03-21T07:17:18.581Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:17:18.581Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:17:18.581Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:17:18.581Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:17:18.581Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:17:18.582Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:17:19.582Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:17:19.582Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:17:19.582Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:17:19.583Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:17:20.584Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:17:20.584Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:17:20.584Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T07:17:20.585Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T07:17:20.585Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T07:17:20.630Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:17:20.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:17:20.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:17:20.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T07:17:20.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:17:20.631Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:17:20.655Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:17:20.655Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3329d143
2023-03-21T07:17:20.655Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:17:20.655Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T07:17:20.655Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:17:20.656Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T07:17:20.656Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T07:17:20.656Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:17:20.656Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:17:20.656Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:17:20.656Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383040656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:17:21.658Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:17:21.700Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T07:17:21.700Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:17:21.700Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T07:17:21.700Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:17:21.701Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:17:21.701Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:17:21.701Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383041700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:17:22.702Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:17:22.703Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T07:17:22.703Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:17:22.703Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:17:22.703Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:17:22.703Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383042702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:17:23.704Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:17:23.732Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:17:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:17:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:17:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:17:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:17:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:17:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:17:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:17:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:17:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:17:23.752Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:17:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:17:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:17:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:17:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:17:53.753Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T07:17:53.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T07:17:53.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T07:17:53.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T07:17:53.772Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:17:53.782Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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-03-21T07:17:53.783Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T07:17:53.791Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:17:53.939Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T07:17:53.939Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:17:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[606376], x-aai-txid=[1-aai-resources-230321-07:17:54:158-81629], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:17:53.939Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:17:53.940Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:17:53.940Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:17:53.948Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:17:53.948Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:17:53.948Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:17:53.949Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:17:53.949Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:17:53.949Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383073948,
  "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-03-21T07:17:58.124Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:17:58.124Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:17:58.124Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:17:58.124Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:17:58.125Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:17:58.125Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:17:59.125Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:17:59.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:17:59.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:17:59.126Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:00.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:00.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:00.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:00.127Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:01.128Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:01.128Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:01.128Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:01.128Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:02.129Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:02.130Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:02.130Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:02.130Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:03.131Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:03.131Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:03.131Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:03.131Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:04.133Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:04.133Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:04.133Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:04.133Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:05.135Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:05.135Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:05.135Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:05.135Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:06.137Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:18:06.137Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:18:06.137Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T07:18:06.138Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:18:06.138Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T07:18:06.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:18:06.177Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:18:06.178Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:18:06.178Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:06.178Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:18:06.178Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:06.490Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:18:06.492Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T07:18:06.493Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T07:18:06.493Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:06.493Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:18:06.493Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:06.493Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:06.493Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383086493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:07.494Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:18:07.495Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:18:07.495Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:07.496Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:07.496Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:07.496Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:07.571Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1361592209710333313/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T07:18:08.160Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:18:08.160Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:18:08.161Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:18:08.162Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:18:08.163Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T07:18:08.208Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T07:18:08.209Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T07:18:08.209Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T07:18:08.209Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:18:08.209Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:08.209Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:08.209Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383088209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:09.210Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T07:18:09.210Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T07:18:09.211Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:18:09.211Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:09.211Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:09.211Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383089210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:10.211Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:18:10.237Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:18:10.241Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:18:10.242Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:18:10.242Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:18:10.242Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:18:10.242Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:18:10.242Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:18:10.242Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:18:10.243Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:18:10.243Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T07:18:10.257Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:18:40.257Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T07:18:40.280Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T07:18:40.281Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T07:18:40.281Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T07:18:40.285Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:18:40.299Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T07:18:40.299Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db90d86c-4c26-4729-beb6-8ab465f8b9d6], X-ECOMP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-TransactionId=[], X-ONAP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], Content-Type=[application/merge-patch+json]}
2023-03-21T07:18:40.307Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:18:40.547Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:18:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[235], vertex-id=[196760], x-aai-txid=[2-aai-resources-230321-07:18:40:674-75595], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:18:40.548Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:18:40.548Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T07:18:40.549Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:18:40.549Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T07:18:40.557Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T07:18:40.557Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:18:40.558Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:18:40.558Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:40.558Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:40.558Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383120558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383002682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:18:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:18:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383005317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383006318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383037552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:18:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:18:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383040656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:18:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:18:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383041700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T07:18:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:18:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383042702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T07:18:41.105Z||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-03-21T07:18:41.588Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:18:41.588Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:18:41.588Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:41.589Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:41.589Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:41.589Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:18:42.589Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:42.590Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:42.590Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:42.590Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:18:43.590Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:43.591Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:43.591Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:43.591Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:18:44.592Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:44.592Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:44.592Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:44.592Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:18:45.593Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:45.593Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:45.594Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:45.594Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:18:46.594Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:46.595Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:46.595Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:46.595Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:47.596Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:18:47.596Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:47.596Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:47.596Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:48.597Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:18:48.597Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:18:48.598Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T07:18:48.598Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:18:48.598Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T07:18:48.645Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:18:48.645Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:18:48.646Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:18:48.646Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T07:18:48.646Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:18:48.646Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:18:48.669Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:18:48.669Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3641acd1
2023-03-21T07:18:48.669Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:18:48.669Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T07:18:48.670Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:18:48.670Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T07:18:48.670Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T07:18:48.670Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:18:48.670Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:48.670Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:48.670Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383128670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:49.671Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:18:49.715Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T07:18:49.716Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:18:49.716Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T07:18:49.716Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:18:49.716Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:49.716Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:49.716Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383129716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:50.717Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:18:50.717Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T07:18:50.718Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:18:50.718Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:18:50.718Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:18:50.718Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383130717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:18:51.719Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:18:51.742Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:18:51.747Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:18:51.747Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:18:51.747Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:18:51.747Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:18:51.748Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:18:51.748Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:18:51.748Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:18:51.748Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:18:51.748Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:18:51.763Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:19:21.763Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T07:19:21.773Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T07:19:21.773Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T07:19:21.774Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T07:19:21.778Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:19:21.789Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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-03-21T07:19:21.790Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T07:19:21.794Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:19:21.931Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T07:19:21.931Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:19:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[241880], x-aai-txid=[1-aai-resources-230321-07:19:22:160-16711], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:19:21.932Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:19:21.932Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:19:21.932Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:19:21.941Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:19:21.941Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:19:21.941Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:19:21.942Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:21.942Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:21.942Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383161941,
  "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-03-21T07:19:22.972Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:19:22.972Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:19:22.972Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:19:22.972Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:22.973Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:22.973Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:23.973Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:19:23.974Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:23.974Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:23.974Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:24.974Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:19:24.974Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:24.975Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:24.975Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:25.975Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:19:25.976Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:25.976Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:25.976Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:26.976Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:19:26.977Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:26.977Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:26.977Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:27.977Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:19:27.978Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:27.978Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:27.978Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:28.978Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:19:28.979Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:28.979Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:28.979Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:29.979Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:19:29.979Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:29.980Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:29.980Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:30.980Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:19:30.981Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:19:30.981Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T07:19:30.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:19:30.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T07:19:31.038Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:19:31.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:19:31.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:19:31.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:31.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:19:31.040Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:31.350Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:19:31.352Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T07:19:31.353Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T07:19:31.353Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:31.353Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:19:31.353Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:31.353Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:31.353Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383171353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:32.354Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:19:32.354Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:19:32.355Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.355Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.355Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.355Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.428Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13399528078298239864/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T07:19:32.998Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:19:32.999Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:19:33.000Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:19:33.000Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:19:33.000Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:19:33.000Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:19:33.000Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:19:33.000Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:19:33.000Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:19:33.000Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T07:19:33.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T07:19:33.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T07:19:33.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T07:19:33.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:19:33.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:33.039Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:33.040Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383173039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:34.040Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T07:19:34.040Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T07:19:34.040Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:19:34.041Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:19:34.041Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:19:34.041Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383174040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:35.041Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:19:35.066Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:19:35.071Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:19:35.071Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:19:35.071Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:19:35.071Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:19:35.071Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:19:35.071Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:19:35.071Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:19:35.071Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:19:35.071Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T07:19:35.085Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:19:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:19:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383073948,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:19:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383086493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383088209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T07:19:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383089210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T07:19:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:19:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:19:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383120558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:19:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:05.085Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T07:20:05.095Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T07:20:05.095Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T07:20:05.096Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T07:20:05.103Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:20:05.119Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T07:20:05.119Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4e2a6bf9-633a-4dd2-9f85-42449376772c], X-ECOMP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], X-TransactionId=[], X-ONAP-RequestID=[bf6d449f-7700-4617-8a46-d08a1416b239], Content-Type=[application/merge-patch+json]}
2023-03-21T07:20:05.126Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:20:05.259Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:20:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[262360], x-aai-txid=[1-aai-resources-230321-07:20:05:491-39063], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:20:05.259Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:20:05.260Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T07:20:05.261Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:20:05.261Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T07:20:05.269Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T07:20:05.270Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:20:05.270Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:20:05.270Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:05.270Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:05.270Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383205270,
  "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-03-21T07:20:06.305Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:20:06.305Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:20:06.305Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:06.305Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:06.305Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:06.306Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:07.306Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:07.306Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:07.306Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:07.307Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:08.307Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:08.307Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:08.307Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:08.307Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:09.308Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:09.308Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:09.308Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:09.308Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:10.309Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:10.309Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:10.309Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:10.309Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:11.310Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:11.310Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:11.310Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:11.310Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:12.311Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:12.311Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:12.312Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:12.312Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:13.312Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:13.313Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:13.313Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:13.313Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:14.314Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:20:14.314Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:20:14.314Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T07:20:14.314Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:20:14.314Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T07:20:14.353Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:20:14.353Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:20:14.353Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:20:14.353Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:14.353Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:20:14.354Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:14.616Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:20:14.618Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T07:20:14.619Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T07:20:14.619Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:14.619Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:20:14.619Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:14.619Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:14.619Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383214619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:15.620Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:20:15.620Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:20:15.620Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:15.621Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:15.621Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:15.621Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:15.749Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2492023583699269753/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:16.292Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:20:16.293Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:20:16.294Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T07:20:16.338Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists
2023-03-21T07:20:16.339Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T07:20:16.339Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists)
2023-03-21T07:20:16.339Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:20:16.339Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:16.339Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:16.339Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383216339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:17.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T07:20:17.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists)
2023-03-21T07:20:17.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:20:17.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:17.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:17.340Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383217340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:18.341Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:20:18.364Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:20:18.368Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:20:18.369Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:20:18.369Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:20:18.369Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:20:18.369Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:20:18.369Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:20:18.369Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:20:18.370Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:20:18.370Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T07:20:18.387Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:20:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383128670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383129716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383130717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383161941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383171353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383173039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383174040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T07:20:41.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:20:48.388Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T07:20:48.399Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T07:20:48.399Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T07:20:48.400Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T07:20:48.404Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:20:48.418Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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-03-21T07:20:48.418Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T07:20:48.429Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:20:48.566Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T07:20:48.567Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:20:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[274648], x-aai-txid=[0-aai-resources-230321-07:20:48:796-4773], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:20:48.567Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:20:48.567Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:20:48.567Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T07:20:48.574Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T07:20:48.574Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:20:48.574Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:20:48.574Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:48.574Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:48.574Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383248574,
  "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-03-21T07:20:49.605Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:20:49.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c7e18f8d-8954-4b54-900a-f2f560709ff7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01905d64-c8ad-4e9f-afdc-cb7ee58c1f07","serviceDescription":"service","serviceInvariantUUID":"a665b9b2-87f8-48a3-988b-0893f2679cf9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"113f7caa-38e2-4aed-87d6-5762463132e2","resourceInvariantUUID":"dd6b5af6-8c9e-46f4-9824-b586fb434de6","resourceCustomizationUUID":"a488fe58-5594-4a66-80de-ca9c1b568572","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":"MmIwNjg3ZDJkMjMzZTgwMmM5MzkwMjJmMGNiNWMwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d79d1df-c5fd-4308-b704-9334affe467d","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":"MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773e4ce9-e2c0-4106-8642-1b37dc5d3e3d","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":"88028da5-360e-4fe4-932b-3c863f5b1564","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":"21d6c1f6-5a5b-4fe4-8e62-b2eb90d869d6","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":"230b6271-5720-42e0-8f4b-9f8a753ab317","artifactVersion":"2","generatedFromUUID":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2"},{"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":"f68f82b3-e291-4af4-8e04-71929e50a772","artifactVersion":"2","generatedFromUUID":"88028da5-360e-4fe4-932b-3c863f5b1564"},{"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":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2","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":"68e52994-54ff-4a23-9f05-897753130364","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":"NmZmODgxNGI3ZWMxODY3ZDNmMTVhMWE4Y2Q5NTZhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd28c5-7588-4d71-a01c-181f7422ff92","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412cdb7-8e9e-4e35-ae21-7c349fee3f85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:20:49.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:49.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:49.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:49.606Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:20:50.607Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:50.607Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:50.607Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:50.607Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:20:51.608Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:51.608Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:51.609Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:51.609Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:20:52.610Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:52.610Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:52.610Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:52.610Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:20:53.612Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:53.612Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:53.612Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:53.612Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:20:54.613Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:54.614Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:54.614Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:54.615Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:20:55.616Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:55.616Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:55.616Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:55.616Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:20:56.617Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:56.618Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:56.618Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:56.618Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:20:57.620Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:57.620Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:57.620Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:57.620Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:58.621Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:20:58.622Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:58.622Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:58.622Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:20:59.623Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01905d64-c8ad-4e9f-afdc-cb7ee58c1f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a665b9b2-87f8-48a3-988b-0893f2679cf9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a488fe58-5594-4a66-80de-ca9c1b568572",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "113f7caa-38e2-4aed-87d6-5762463132e2",
      "resourceInvariantUUID": "dd6b5af6-8c9e-46f4-9824-b586fb434de6",
      "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": "MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773e4ce9-e2c0-4106-8642-1b37dc5d3e3d",
          "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": "88028da5-360e-4fe4-932b-3c863f5b1564",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
            "generatedFromUUID": "88028da5-360e-4fe4-932b-3c863f5b1564"
          },
          "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": "230b6271-5720-42e0-8f4b-9f8a753ab317",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
          "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": "675e0846-49a0-4f3f-aaf0-eecc4ab76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2412cdb7-8e9e-4e35-ae21-7c349fee3f85"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:20:59.623Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:20:59.623Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 ASDC
2023-03-21T07:20:59.624Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7e18f8d-8954-4b54-900a-f2f560709ff7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
ServiceInvariantUUID:a665b9b2-87f8-48a3-988b-0893f2679cf9
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:2412cdb7-8e9e-4e35-ae21-7c349fee3f85
ArtifactChecksum:ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a488fe58-5594-4a66-80de-ca9c1b568572
ResourceInvariantUUID:dd6b5af6-8c9e-46f4-9824-b586fb434de6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:113f7caa-38e2-4aed-87d6-5762463132e2
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:773e4ce9-e2c0-4106-8642-1b37dc5d3e3d
ArtifactChecksum:MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM=
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:88028da5-360e-4fe4-932b-3c863f5b1564
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:230b6271-5720-42e0-8f4b-9f8a753ab317
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:675e0846-49a0-4f3f-aaf0-eecc4ab76af2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:20:59.624Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 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-03-21T07:20:59.672Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:20:59.673Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:20:59.673Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:20:59.673Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T07:20:59.673Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:20:59.673Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:20:59.966Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:20:59.971Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 163279
2023-03-21T07:20:59.971Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:20:59.971Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:20:59.971Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:20:59.971Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:20:59.971Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:20:59.971Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383259971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:21:00.972Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:21:00.973Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:21:00.974Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:21:00.974Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-21T07:21:00.975Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:21:00.975Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:21:01.052Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7006069924036035550/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-21T07:21:01.833Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:21:01.834Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:21:01.834Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:21:01.834Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-21T07:21:01.834Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.835Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.836Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=37e29a3d-c930-4345-b180-aacf37331fc8
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:21:01.837Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.838Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
Model Version:NULL
Model InvariantUuid:a665b9b2-87f8-48a3-988b-0893f2679cf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bd6fd355-2030-4dc0-aa80-915a0c052294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd6b5af6-8c9e-46f4-9824-b586fb434de6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a488fe58-5594-4a66-80de-ca9c1b568572
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0880845-ac8e-4569-9956-087448a8bd6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:258fb453-aa14-438d-85b2-e5977a67d8e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:37e29a3d-c930-4345-b180-aacf37331fc8
ModelInvariantUuid:96a8f603-a7ec-434e-80d2-fab044443232
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c73245af-a1cd-4bac-803f-499d05ebee3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0bf709ae-fcb9-4f1f-93f9-31ff6962692b
ModelInvariantUuid:f110a654-b45d-4307-9f47-86e965e471e5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:860405e8-bdfa-4a56-bbb0-d81eae49c337
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-03-21T07:21:01.881Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists
2023-03-21T07:21:01.882Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:01.882Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists)
2023-03-21T07:21:01.882Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:21:01.882Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:01.882Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:01.882Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383261882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:21:02.883Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:02.884Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists)
2023-03-21T07:21:02.884Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:21:02.884Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:02.884Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:02.884Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383262883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:21:03.886Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:21:03.913Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:21:03.917Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:21:03.917Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:21:03.917Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:21:03.917Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:21:03.918Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:21:03.918Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:21:03.918Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:21:03.918Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:21:03.918Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:03.930Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:21:33.931Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T07:21:33.945Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 and serviceModelVersionId: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T07:21:33.945Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a665b9b2-87f8-48a3-988b-0893f2679cf9
2023-03-21T07:21:33.946Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0
2023-03-21T07:21:33.952Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:21:33.964Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||Invoke
2023-03-21T07:21:33.964Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7e18f8d-8954-4b54-900a-f2f560709ff7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5e9f532-49d8-4168-8246-b295d1c4f07f], X-ECOMP-RequestID=[c7e18f8d-8954-4b54-900a-f2f560709ff7], X-TransactionId=[], X-ONAP-RequestID=[c7e18f8d-8954-4b54-900a-f2f560709ff7], Content-Type=[application/merge-patch+json]}
2023-03-21T07:21:33.972Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:21:34.113Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:21:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[729256], x-aai-txid=[2-aai-resources-230321-07:21:34:338-13746], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:21:34.113Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:21:34.114Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||InvokeReturn
2023-03-21T07:21:34.114Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:21:34.114Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:34.123Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:21:34.123Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e18f8d-8954-4b54-900a-f2f560709ff7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:21:34.123Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:21:34.123Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:34.123Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:34.123Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383294123,
  "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-03-21T07:21:35.152Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:21:35.152Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"98590d00-e653-4386-b10d-a734b9f347a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a94977a-dd35-430d-b5cf-d4461d11a6cc","serviceDescription":"service","serviceInvariantUUID":"a8d9c6ec-855a-4120-bedd-073062b58525","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"957874ce-e768-4488-be41-60542675f0b2","resourceInvariantUUID":"6cc51686-4c28-4937-b4e5-5984f8751e13","resourceCustomizationUUID":"aed94782-1b8e-40f2-896e-0630fb81b9cb","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":"Y2M5NmZmMjk1Yzk4MjhjMDFkNTdlYjViYjY5ZjliNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717e5062-74f0-4b15-ab6e-2ffe9d9a0d4f","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":"NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5e958a8-1fb9-45da-ad41-3271ae3e490a","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":"a94fdf00-87d6-441b-b58e-27aa1ca44734","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":"18c048df-4501-43a0-b735-bd9fbf787a8b","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":"a8c9fce1-da0b-4e83-9d7c-2d04262438fb","artifactVersion":"2","generatedFromUUID":"a94fdf00-87d6-441b-b58e-27aa1ca44734"},{"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":"YWU3NTExY2I5NGIzMWJmYTEyYTUyM2Y1YjlmZGY4M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c998aa2b-9f55-4da2-85dc-11cb18f9cbcd","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":"MzRlMzY0ZDU3NTg4MDA5ZjdiNTM3ZDRkYWZlY2VhMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8916cef4-3071-4212-9b24-8627a5e84857","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8c175bd-3e73-4fb0-9070-9bf352069c72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:21:35.152Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:21:35.152Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:35.152Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:35.153Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:21:36.153Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:21:36.154Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:36.154Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:36.154Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:21:37.154Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:21:37.155Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:37.155Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:37.155Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:21:38.156Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:21:38.156Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:38.156Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:38.157Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:21:39.158Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:21:39.158Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:39.158Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:39.159Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:21:40.160Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:21:40.160Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:40.160Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:40.160Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "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-03-21T07:21:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:21:41.101Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: cached metadata has changed from (version111: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version112: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-21T07:21:41.114Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:21:41.114Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T07:21:41.119Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:21:41.119Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 58: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T07:21:41.136Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:21:41.136Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:21:41.136Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:21:41.142Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:21:41.142Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:21:41.142Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:21:41.142Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2284, 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-03-21T07:21:41.143Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:21:41.143Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:21:41.161Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:21:41.162Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:41.162Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:41.162Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:21:42.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383205270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:21:42.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.158Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.160Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383214619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383216339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
}
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383217340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
}
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383248574,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.161Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383259971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383261882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383262883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383294123,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:21:42.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:21:42.163Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:21:42.163Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:42.164Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:42.164Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:21:43.165Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a94977a-dd35-430d-b5cf-d4461d11a6cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8d9c6ec-855a-4120-bedd-073062b58525",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aed94782-1b8e-40f2-896e-0630fb81b9cb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "957874ce-e768-4488-be41-60542675f0b2",
      "resourceInvariantUUID": "6cc51686-4c28-4937-b4e5-5984f8751e13",
      "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": "NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5e958a8-1fb9-45da-ad41-3271ae3e490a",
          "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": "a94fdf00-87d6-441b-b58e-27aa1ca44734",
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
            "generatedFromUUID": "a94fdf00-87d6-441b-b58e-27aa1ca44734"
          },
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8c175bd-3e73-4fb0-9070-9bf352069c72"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:21:43.165Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:21:43.165Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a94977a-dd35-430d-b5cf-d4461d11a6cc ASDC
2023-03-21T07:21:43.166Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98590d00-e653-4386-b10d-a734b9f347a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
ServiceInvariantUUID:a8d9c6ec-855a-4120-bedd-073062b58525
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:c8c175bd-3e73-4fb0-9070-9bf352069c72
ArtifactChecksum:NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
ResourceInvariantUUID:6cc51686-4c28-4937-b4e5-5984f8751e13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:957874ce-e768-4488-be41-60542675f0b2
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:a5e958a8-1fb9-45da-ad41-3271ae3e490a
ArtifactChecksum:NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg=
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:a94fdf00-87d6-441b-b58e-27aa1ca44734
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:21:43.166Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a94977a-dd35-430d-b5cf-d4461d11a6cc 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-03-21T07:21:43.214Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:21:43.215Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:21:43.215Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:21:43.216Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T07:21:43.216Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:21:43.216Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:21:43.239Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:21:43.240Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4580dac2
2023-03-21T07:21:43.240Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:21:43.241Z|98590d00-e653-4386-b10d-a734b9f347a9|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-21T07:21:43.241Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8c175bd-3e73-4fb0-9070-9bf352069c72 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:21:43.241Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:21:43.242Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-21T07:21:43.242Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:21:43.242Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:43.243Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:43.243Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383303241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:21:44.244Z|98590d00-e653-4386-b10d-a734b9f347a9|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:c8c175bd-3e73-4fb0-9070-9bf352069c72)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:21:44.295Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists
2023-03-21T07:21:44.295Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:21:44.296Z|98590d00-e653-4386-b10d-a734b9f347a9|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: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists)
2023-03-21T07:21:44.296Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:21:44.296Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:44.296Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:44.297Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383304295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:21:45.297Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:21:45.298Z|98590d00-e653-4386-b10d-a734b9f347a9|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: 957874ce-e768-4488-be41-60542675f0b2 already exists)
2023-03-21T07:21:45.298Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:21:45.298Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:21:45.298Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:21:45.298Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383305297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:21:46.299Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:21:46.335Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:21:46.339Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:21:46.340Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:21:46.340Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:21:46.340Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:21:46.340Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:21:46.341Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:21:46.341Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:21:46.341Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:21:46.341Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:21:46.355Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:22:16.356Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9 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-03-21T07:22:16.368Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98590d00-e653-4386-b10d-a734b9f347a9 and serviceModelVersionId: 5a94977a-dd35-430d-b5cf-d4461d11a6cc
2023-03-21T07:22:16.368Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8d9c6ec-855a-4120-bedd-073062b58525
2023-03-21T07:22:16.369Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0
2023-03-21T07:22:16.372Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:22:16.382Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||Invoke
2023-03-21T07:22:16.383Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39a50d7b-6a06-4af4-8ddb-59f119a9d3da], X-ECOMP-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], X-TransactionId=[], X-ONAP-RequestID=[98590d00-e653-4386-b10d-a734b9f347a9], Content-Type=[application/merge-patch+json]}
2023-03-21T07:22:16.390Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:22:16.528Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?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/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:22:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[741544], x-aai-txid=[2-aai-resources-230321-07:22:16:756-57548], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:22:16.529Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:22:16.529Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8d9c6ec-855a-4120-bedd-073062b58525/model-vers/model-ver/5a94977a-dd35-430d-b5cf-d4461d11a6cc?depth=0|INFO|500||InvokeReturn
2023-03-21T07:22:16.529Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:22:16.529Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:22:16.538Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:22:16.538Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98590d00-e653-4386-b10d-a734b9f347a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:22:16.538Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:22:16.539Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:16.539Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:16.539Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383336538,
  "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-03-21T07:22:17.568Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:22:17.569Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"476fc99b-70c8-468d-9a48-ed6783a233a1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e45c2106-e67d-4ee5-b1ef-19ada300221d","serviceDescription":"service","serviceInvariantUUID":"cbe14fe5-f16e-41b0-b777-f80c4e928e9a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86582baf-078f-4ae8-9693-40b3574923cd","resourceInvariantUUID":"816b504b-03fe-445d-a739-2f99a1dd43ee","resourceCustomizationUUID":"3b57a869-14b5-42be-8380-67bb62b237ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTY1OTFkNmMxOTY3NzEyYzQ0NDRhODA3YmYxNjdjN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a01a4f1-4cd8-45d5-819b-6026d261aeab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7df5dfbc-7c23-480d-bdfb-e7e4f0f16a95","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb6d0bd2-e3bb-4841-9db2-906cbd175c8d","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NjQ2YTQ5ZjU2YzRhMWEzZjc3YWZmNWNhMzk4MGU3MjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3bbec7de-a70a-4c1e-91fc-e9fb9d889e7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21eaffc4-ac87-4571-8041-790cbd3e6e08","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b99f0c0-470b-453e-934c-5ca6463f8c5f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13ccc503-c491-45cf-bdf9-d3d121e60ab2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTBhNmY2MGNmYzIyOGY1ODQ1NGYzZTFiNTAyYmE3YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84229124-4e9c-4b68-89e2-596655fc50d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a86dd3a-58dd-48ac-9fd2-5e64309c8f75","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:22:17.569Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:22:17.569Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:17.569Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:17.569Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:18.570Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:22:18.570Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:18.570Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:18.570Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:19.571Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:22:19.571Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:19.571Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:19.571Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:20.572Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:22:20.572Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:20.572Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:20.573Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:21.573Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:22:21.573Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:21.573Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:21.573Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:22.574Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:22:22.574Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:22.574Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:22.574Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:23.575Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:22:23.575Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:23.576Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:23.576Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:24.576Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:22:24.576Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:24.577Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:24.577Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:25.577Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:22:25.577Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:25.578Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:25.578Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:26.578Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e45c2106-e67d-4ee5-b1ef-19ada300221d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbe14fe5-f16e-41b0-b777-f80c4e928e9a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3b57a869-14b5-42be-8380-67bb62b237ac",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "86582baf-078f-4ae8-9693-40b3574923cd",
      "resourceInvariantUUID": "816b504b-03fe-445d-a739-2f99a1dd43ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a86dd3a-58dd-48ac-9fd2-5e64309c8f75"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:22:26.579Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:22:26.579Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45c2106-e67d-4ee5-b1ef-19ada300221d ASDC
2023-03-21T07:22:26.579Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:476fc99b-70c8-468d-9a48-ed6783a233a1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e45c2106-e67d-4ee5-b1ef-19ada300221d
ServiceInvariantUUID:cbe14fe5-f16e-41b0-b777-f80c4e928e9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75
ArtifactChecksum:YTk5M2ZjNTIwYzE2YzZhMGRmYTc3YjgyODZiYTE5ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3b57a869-14b5-42be-8380-67bb62b237ac
ResourceInvariantUUID:816b504b-03fe-445d-a739-2f99a1dd43ee
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:86582baf-078f-4ae8-9693-40b3574923cd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:22:26.579Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45c2106-e67d-4ee5-b1ef-19ada300221d 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-03-21T07:22:26.617Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:22:26.618Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:22:26.618Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:22:26.618Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:22:26.618Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:22:26.618Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:22:26.640Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:22:26.641Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36ab75d3
2023-03-21T07:22:26.641Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:22:26.641Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T07:22:26.642Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:22:26.642Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:22:26.642Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T07:22:26.642Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:22:26.642Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:26.643Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:26.643Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383346642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:27.643Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:2a86dd3a-58dd-48ac-9fd2-5e64309c8f75)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:22:27.688Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists
2023-03-21T07:22:27.689Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:22:27.689Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists)
2023-03-21T07:22:27.689Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:22:27.689Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:27.689Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:27.689Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383347689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:28.690Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:22:28.690Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists)
2023-03-21T07:22:28.691Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:22:28.691Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:28.691Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:28.691Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383348690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:29.691Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:22:29.717Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:22:29.722Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:22:29.722Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:22:29.722Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:22:29.722Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:22:29.722Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:22:29.722Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:22:29.722Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:22:29.723Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:22:29.723Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T07:22:29.739Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:22:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:22:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:22:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:22:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:22:59.740Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 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-03-21T07:22:59.752Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 476fc99b-70c8-468d-9a48-ed6783a233a1 and serviceModelVersionId: e45c2106-e67d-4ee5-b1ef-19ada300221d
2023-03-21T07:22:59.752Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbe14fe5-f16e-41b0-b777-f80c4e928e9a
2023-03-21T07:22:59.752Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0
2023-03-21T07:22:59.756Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:22:59.773Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||Invoke
2023-03-21T07:22:59.773Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[066453c4-029e-4c2f-b439-fde2c3431415], X-ECOMP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], X-TransactionId=[], X-ONAP-RequestID=[476fc99b-70c8-468d-9a48-ed6783a233a1], Content-Type=[application/merge-patch+json]}
2023-03-21T07:22:59.793Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:22:59.933Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?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/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:23:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[766120], x-aai-txid=[1-aai-resources-230321-07:23:00:159-81342], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:22:59.934Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:22:59.934Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cbe14fe5-f16e-41b0-b777-f80c4e928e9a/model-vers/model-ver/e45c2106-e67d-4ee5-b1ef-19ada300221d?depth=0|INFO|500||InvokeReturn
2023-03-21T07:22:59.935Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:22:59.935Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T07:22:59.943Z|476fc99b-70c8-468d-9a48-ed6783a233a1|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-03-21T07:22:59.943Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 476fc99b-70c8-468d-9a48-ed6783a233a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:22:59.943Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:22:59.943Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:22:59.943Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:22:59.943Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383379943,
  "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-03-21T07:23:00.972Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:23:00.972Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3d9a5f2e-f42c-4236-b377-677e097954f1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f64717a-dfbe-4135-8bd9-a12b0d29ee6d","serviceDescription":"service","serviceInvariantUUID":"ec2d3468-c874-4b80-aa33-979d21c8d926","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"779c856d-0665-402f-97c4-5e8c359527ee","resourceInvariantUUID":"3b1bba39-2bbd-4858-8eb4-f062befaa654","resourceCustomizationUUID":"850b1777-af11-4720-a01f-ce0101ceac07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YWY0Y2Y3NDMzZmY5MGEzZWU5ZDU1ODMyMjJiNDI5MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fb7c528-16ea-4c42-8bfc-4c53a7524349","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c85848-bdba-4a76-8d7e-62c2f94a4ef4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcb555b1-6efa-46df-ac2b-6e5067b1ab76","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTVhYTA1MTZlMDA4YmI0ZGQ2OTU1MTcxZjYxMWY1ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a672d27-e52a-4425-967a-1f3b9940535a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45abd2ed-af2e-41c8-95f6-d26e115a950a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be9f6629-3d1d-4c21-90b0-20561473a815","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8eb0ef6-c02d-4e5b-bc72-c77ffe295936","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MTA0NTg0ZGZhZDJhNjllNzQ4ODJlOTA5YjExZjA5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c1cd534-a9a2-4e78-a6b8-46eb1272cd5a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6824b5e1-94a4-4faa-80f6-c350d2399310","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:23:00.973Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:00.973Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:00.973Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:00.973Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:01.974Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:01.974Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:01.974Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:01.974Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:02.975Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:02.976Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:02.976Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:02.976Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:03.977Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:03.977Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:03.977Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:03.978Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:04.979Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:04.979Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:04.979Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:04.979Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:05.980Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:05.980Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:05.981Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:05.981Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:06.982Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:06.982Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:06.982Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:06.982Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:07.983Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:07.983Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:07.983Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:07.983Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:08.984Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:08.984Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:08.984Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:08.984Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:09.985Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f64717a-dfbe-4135-8bd9-a12b0d29ee6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec2d3468-c874-4b80-aa33-979d21c8d926",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "850b1777-af11-4720-a01f-ce0101ceac07",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "779c856d-0665-402f-97c4-5e8c359527ee",
      "resourceInvariantUUID": "3b1bba39-2bbd-4858-8eb4-f062befaa654",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6824b5e1-94a4-4faa-80f6-c350d2399310"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:23:09.985Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:23:09.985Z|476fc99b-70c8-468d-9a48-ed6783a233a1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d ASDC
2023-03-21T07:23:09.986Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3d9a5f2e-f42c-4236-b377-677e097954f1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
ServiceInvariantUUID:ec2d3468-c874-4b80-aa33-979d21c8d926
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:6824b5e1-94a4-4faa-80f6-c350d2399310
ArtifactChecksum:Y2EzMzJiNjhlNmNjZDg5OTY3ODA3ZTA3NmM0Y2Q1MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:850b1777-af11-4720-a01f-ce0101ceac07
ResourceInvariantUUID:3b1bba39-2bbd-4858-8eb4-f062befaa654
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:779c856d-0665-402f-97c4-5e8c359527ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:23:09.986Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d 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-03-21T07:23:10.035Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:23:10.035Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:23:10.035Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:23:10.035Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:23:10.036Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:23:10.036Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:23:10.062Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:23:10.062Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d4c3ee1
2023-03-21T07:23:10.062Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:23:10.062Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T07:23:10.062Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6824b5e1-94a4-4faa-80f6-c350d2399310 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:23:10.062Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:23:10.062Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T07:23:10.062Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:23:10.062Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:10.063Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:10.063Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383390062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:11.063Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:6824b5e1-94a4-4faa-80f6-c350d2399310)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:23:11.107Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists
2023-03-21T07:23:11.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:23:11.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists)
2023-03-21T07:23:11.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:23:11.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:11.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:11.108Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383391107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:12.110Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:23:12.110Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 779c856d-0665-402f-97c4-5e8c359527ee already exists)
2023-03-21T07:23:12.110Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:23:12.110Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:12.110Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:12.111Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383392110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 779c856d-0665-402f-97c4-5e8c359527ee already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:13.111Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:23:13.138Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:23:13.142Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:23:13.142Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:23:13.143Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:23:13.143Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:23:13.143Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:23:13.143Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:23:13.143Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:23:13.143Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:23:13.143Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T07:23:13.157Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:23:41.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383303241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:23:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383304295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
}
2023-03-21T07:23:41.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.102Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383305297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
}
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383336538,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.103Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383346642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383347689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2a86dd3a-58dd-48ac-9fd2-5e64309c8f75 already exists"
}
2023-03-21T07:23:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-21T07:23:41.106Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383348690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 86582baf-078f-4ae8-9693-40b3574923cd already exists"
}
2023-03-21T07:23:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:23:43.157Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 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-03-21T07:23:43.178Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d9a5f2e-f42c-4236-b377-677e097954f1 and serviceModelVersionId: 6f64717a-dfbe-4135-8bd9-a12b0d29ee6d
2023-03-21T07:23:43.178Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec2d3468-c874-4b80-aa33-979d21c8d926
2023-03-21T07:23:43.178Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0
2023-03-21T07:23:43.184Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:23:43.199Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?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-03-21T07:23:43.199Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||Invoke
2023-03-21T07:23:43.208Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:23:43.357Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0|INFO|500||InvokeReturn
2023-03-21T07:23:43.357Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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/ec2d3468-c874-4b80-aa33-979d21c8d926/model-vers/model-ver/6f64717a-dfbe-4135-8bd9-a12b0d29ee6d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:23:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[208904], x-aai-txid=[2-aai-resources-230321-07:23:43:574-45373], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:23:43.357Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:23:43.358Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:23:43.358Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T07:23:43.367Z|3d9a5f2e-f42c-4236-b377-677e097954f1|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-03-21T07:23:43.367Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d9a5f2e-f42c-4236-b377-677e097954f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:23:43.367Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:23:43.368Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:43.368Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:43.368Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383423367,
  "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-03-21T07:23:44.396Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:23:44.397Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"df8825ed-4298-4e26-a36b-90eeff953fbb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f3ec299-7e0a-4f3b-ac90-bd39924bdce9","serviceDescription":"service","serviceInvariantUUID":"22a54413-155d-4dd1-a104-d21924a005da","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"69272dd6-6461-4bbb-96e9-5a835503ba54","resourceInvariantUUID":"26704274-9f0d-44f7-a3fc-adb71335100c","resourceCustomizationUUID":"230a8d84-56f0-409b-b1b1-5f84fb8c4d8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y4MTMyNmRhZDEwMDgyOTlkMDU4MzhkYTkyYTVjZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23be1757-5df9-4623-815f-d3570be2f94f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b1434cf-5f34-47b3-82cd-c0208dd6f8b7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67ffa200-d075-40e5-ba4e-2f90fae01efc","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTAyODM2OWYwODc2ZjY2YWNkNzBmNjY4NWRiM2JmNGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1bc3fc98-06f7-4870-ac86-265c1478187b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a92c7268-f92f-4477-98e2-d76a20dd2958","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5818dd0-a401-46b3-9dac-e989a1f208f1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19af244c-17c8-4c70-99b5-114c36a48e17","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YzBhZGY3OTI2NDg3ZDA2MTgyYmQzMjc0YzhlYTgxYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"deb30294-f523-4d70-a1d0-b161c857bce1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmQ1ODg2YWU1Zjc4NzliNWE3MjhkYThlZGMwMTY3YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc07b0d5-9704-4884-be12-9bb2d118eb69","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:23:44.397Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:44.397Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:44.397Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:44.397Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:45.398Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:45.398Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:45.398Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:45.398Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:46.398Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:46.399Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:46.399Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:46.399Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:47.400Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:47.400Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:47.400Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:47.400Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:48.400Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:48.401Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:48.401Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:48.401Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:49.402Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:49.402Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:49.402Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:49.402Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:50.402Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:50.403Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:50.403Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:50.403Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:51.404Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:51.404Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:51.404Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:51.404Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:52.405Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:23:52.405Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:52.405Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:52.405Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:53.406Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f3ec299-7e0a-4f3b-ac90-bd39924bdce9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "22a54413-155d-4dd1-a104-d21924a005da",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "230a8d84-56f0-409b-b1b1-5f84fb8c4d8a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "69272dd6-6461-4bbb-96e9-5a835503ba54",
      "resourceInvariantUUID": "26704274-9f0d-44f7-a3fc-adb71335100c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NmQ1ODg2YWU1Zjc4NzliNWE3MjhkYThlZGMwMTY3YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc07b0d5-9704-4884-be12-9bb2d118eb69"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:23:53.406Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:23:53.406Z|3d9a5f2e-f42c-4236-b377-677e097954f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9 ASDC
2023-03-21T07:23:53.406Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:df8825ed-4298-4e26-a36b-90eeff953fbb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
ServiceInvariantUUID:22a54413-155d-4dd1-a104-d21924a005da
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:dc07b0d5-9704-4884-be12-9bb2d118eb69
ArtifactChecksum:NmQ1ODg2YWU1Zjc4NzliNWE3MjhkYThlZGMwMTY3YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:230a8d84-56f0-409b-b1b1-5f84fb8c4d8a
ResourceInvariantUUID:26704274-9f0d-44f7-a3fc-adb71335100c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:69272dd6-6461-4bbb-96e9-5a835503ba54
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:23:53.406Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9 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-03-21T07:23:53.448Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:23:53.449Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:23:53.449Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:23:53.449Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dc07b0d5-9704-4884-be12-9bb2d118eb69 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:23:53.449Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:23:53.449Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-21T07:23:53.467Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:23:53.467Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5eed12a
2023-03-21T07:23:53.467Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:23:53.467Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-21T07:23:53.467Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc07b0d5-9704-4884-be12-9bb2d118eb69 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:23:53.468Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:23:53.468Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-21T07:23:53.468Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:23:53.468Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:53.468Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:53.468Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383433468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:54.469Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc07b0d5-9704-4884-be12-9bb2d118eb69)
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-03-21T07:23:54.488Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-03-21T07:23:54.488Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 69272dd6-6461-4bbb-96e9-5a835503ba54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_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=?
2023-03-21T07:23:54.496Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:23:54.521Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 69272dd6-6461-4bbb-96e9-5a835503ba54 test-pnf
2023-03-21T07:23:54.522Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
2023-03-21T07:23:54.522Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
2023-03-21T07:23:54.522Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 69272dd6-6461-4bbb-96e9-5a835503ba54 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=?
2023-03-21T07:23:54.528Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:23:54.557Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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-03-21T07:23:54.562Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 69272dd6-6461-4bbb-96e9-5a835503ba54 0 ASDC deployResourceStructure
2023-03-21T07:23:54.563Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$1e172e29.installTheResource()
	at org.onap.so.asdc.client.ASDCController.deployResourceStructure(ASDCController.java:481)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:832)
	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)
Caused by: java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	... 23 common frames omitted
2023-03-21T07:23:54.563Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:23:54.563Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-21T07:23:54.563Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:23:54.564Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:23:54.564Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:23:54.564Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383434563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:23:55.565Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df8825ed-4298-4e26-a36b-90eeff953fbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:23:55.585Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df8825ed-4298-4e26-a36b-90eeff953fbb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:23:55.588Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:23:55.588Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:23:55.588Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:23:55.588Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:23:55.589Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:23:55.589Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:23:55.589Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:23:55.589Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-21T07:23:55.589Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-03-21T07:23:55.601Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:24:25.602Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df8825ed-4298-4e26-a36b-90eeff953fbb 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-03-21T07:24:25.613Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df8825ed-4298-4e26-a36b-90eeff953fbb and serviceModelVersionId: 6f3ec299-7e0a-4f3b-ac90-bd39924bdce9
2023-03-21T07:24:25.613Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22a54413-155d-4dd1-a104-d21924a005da
2023-03-21T07:24:25.614Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0
2023-03-21T07:24:25.620Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:24:25.633Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|INFO|500||Invoke
2023-03-21T07:24:25.633Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df8825ed-4298-4e26-a36b-90eeff953fbb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb40a8c3-cf0b-4c12-82fe-661cf62db751], X-ECOMP-RequestID=[df8825ed-4298-4e26-a36b-90eeff953fbb], X-TransactionId=[], X-ONAP-RequestID=[df8825ed-4298-4e26-a36b-90eeff953fbb], Content-Type=[application/merge-patch+json]}
2023-03-21T07:24:25.641Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T07:24:25.772Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?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/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:24:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[311544], x-aai-txid=[0-aai-resources-230321-07:24:26:006-60358], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:24:25.772Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:24:25.773Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/22a54413-155d-4dd1-a104-d21924a005da/model-vers/model-ver/6f3ec299-7e0a-4f3b-ac90-bd39924bdce9?depth=0|INFO|500||InvokeReturn
2023-03-21T07:24:25.773Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:24:25.773Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-03-21T07:24:25.782Z|df8825ed-4298-4e26-a36b-90eeff953fbb|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-03-21T07:24:25.782Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df8825ed-4298-4e26-a36b-90eeff953fbb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-21T07:24:25.782Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:24:25.782Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:25.783Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:25.783Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383465782,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
} 
 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-03-21T07:24:26.815Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T07:24:26.816Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-21T07:24:26.817Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 1 disconnected.
2023-03-21T07:24:26.817Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Node 2 disconnected.
2023-03-21T07:24:26.817Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:24:26.817Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:24:26.817Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:24:26.817Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T07:24:26.821Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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=13, 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-03-21T07:24:26.823Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b365208c-868e-4e38-af2f-3fcfb4ceda7f
2023-03-21T07:24:26.824Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:24:26.824Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] (Re-)joining group
2023-03-21T07:24:29.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:24:32.735Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:24:35.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:24:38.752Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:24:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:41.116Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:24:41.117Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T07:24:41.124Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b365208c-868e-4e38-af2f-3fcfb4ceda7f', protocol='range'}
2023-03-21T07:24:41.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:24:41.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:24:41.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:24:41.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:24:41.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:24:41.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:24:41.131Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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 ejKs3a_HTYKiK69qUwSHPg
2023-03-21T07:24:41.131Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 59: {SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b365208c-868e-4e38-af2f-3fcfb4ceda7f=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-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T07:24:41.150Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b365208c-868e-4e38-af2f-3fcfb4ceda7f', protocol='range'}
2023-03-21T07:24:41.150Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:24:41.150Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:24:41.150Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:24:41.151Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:24:41.151Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:24:41.156Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T07:24:41.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:24:41.156Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T07:24:41.157Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:24:41.157Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:24:41.157Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T07:24:41.157Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2335, 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-03-21T07:24:41.157Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-03-21T07:24:41.157Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:24:41.157Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-21T07:24:41.157Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:24:41.157Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-03-21T07:24:41.210Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:24:41.210Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7c9215b2-d58e-4ba5-99f8-ed188a62c416","serviceName":"basic_onboard_opxCzt","serviceVersion":"1.0","serviceUUID":"9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9","serviceDescription":"service","serviceInvariantUUID":"3ea00520-3534-4359-9d83-5a3e45fe89df","resources":[{"resourceInstanceName":"basic_onboard_opxCzt 0","resourceName":"basic_onboard_opxCzt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9aba359e-5f25-48c2-8b1b-ca3ac30cb00e","resourceInvariantUUID":"bab23773-8400-4886-be58-499a6cb8b5dd","resourceCustomizationUUID":"b150491e-9ef2-42b0-8cea-2621ec6b6915","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ2YTIwM2U5YjlhODA1YmI5NmM4YzcyOGYwMGVhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d29b8eb7-e2b0-4b89-b4fd-d3ee262397f9","artifactVersion":"1"},{"artifactName":"basic_onboard_opxczt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json","artifactChecksum":"MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4606196-90aa-4cfc-afe4-85aae276a97e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"571619b4-d148-49d9-b31a-59fcb5c3be82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"610c2ebe-c436-41e6-a27a-3cf099286683","artifactVersion":"2","generatedFromUUID":"cc71bc9b-1f10-4acc-a7a8-f5aa98227063"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOpxczt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml","artifactChecksum":"ZWVhYjFjZTQ0ODJmY2VhNzljYjliOWVkODFjNjAxZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81ccb83e-0bd9-44fd-8b31-668460f95fad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOpxczt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar","artifactChecksum":"NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ba9592e-bb69-4ac4-9904-1a2390fb9035","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:24:41.210Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:24:41.211Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:41.211Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:41.211Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:42.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "476fc99b-70c8-468d-9a48-ed6783a233a1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383379943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383390062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383391107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 6824b5e1-94a4-4faa-80f6-c350d2399310 already exists"
}
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383392110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 779c856d-0665-402f-97c4-5e8c359527ee already exists"
}
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3d9a5f2e-f42c-4236-b377-677e097954f1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383423367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679382623341,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383433468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383434563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR",
  "errorReason": "Exception caught during installation of test-pnf. Transaction rollback."
}
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "df8825ed-4298-4e26-a36b-90eeff953fbb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383465782,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-21T07:24:42.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:24:42.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:24:42.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:24:42.211Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:24:42.212Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:42.212Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:42.212Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:43.213Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:24:43.213Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:43.213Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:43.213Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:44.214Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:24:44.215Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:44.215Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:44.215Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:45.216Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:24:45.216Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:45.216Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:45.216Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:46.217Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:24:46.218Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:46.218Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:46.218Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:47.219Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:24:47.219Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:47.220Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:47.220Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:48.220Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "serviceName": "basic_onboard_opxCzt",
  "serviceVersion": "1.0",
  "serviceUUID": "9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ea00520-3534-4359-9d83-5a3e45fe89df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_opxCzt 0",
      "resourceCustomizationUUID": "b150491e-9ef2-42b0-8cea-2621ec6b6915",
      "resourceName": "basic_onboard_opxCzt",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9aba359e-5f25-48c2-8b1b-ca3ac30cb00e",
      "resourceInvariantUUID": "bab23773-8400-4886-be58-499a6cb8b5dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_opxczt0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
          "artifactChecksum": "MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4606196-90aa-4cfc-afe4-85aae276a97e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
            "generatedFromUUID": "cc71bc9b-1f10-4acc-a7a8-f5aa98227063"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "610c2ebe-c436-41e6-a27a-3cf099286683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOpxczt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
      "artifactChecksum": "NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ba9592e-bb69-4ac4-9904-1a2390fb9035"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:24:48.221Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:24:48.221Z|df8825ed-4298-4e26-a36b-90eeff953fbb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 ASDC
2023-03-21T07:24:48.222Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7c9215b2-d58e-4ba5-99f8-ed188a62c416
ServiceName:basic_onboard_opxCzt
ServiceVersion:1.0
ServiceUUID:9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
ServiceInvariantUUID:3ea00520-3534-4359-9d83-5a3e45fe89df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOpxczt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
ArtifactUUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035
ArtifactChecksum:NmY1NjY4YWY1YTE2NWQzZmI4OTMwOWYxNzEwZGEwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_opxCzt 0
ResourceCustomizationUUID:b150491e-9ef2-42b0-8cea-2621ec6b6915
ResourceInvariantUUID:bab23773-8400-4886-be58-499a6cb8b5dd
ResourceName:basic_onboard_opxCzt
ResourceType:VF
ResourceUUID:9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_opxczt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
ArtifactUUID:e4606196-90aa-4cfc-afe4-85aae276a97e
ArtifactChecksum:MzQ5MThmYjdhZmRmMjY1MTI2MzJkZjM5N2Q1OTM0YTU=
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc71bc9b-1f10-4acc-a7a8-f5aa98227063
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
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/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env
ArtifactUUID:610c2ebe-c436-41e6-a27a-3cf099286683
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:24:48.222Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9 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-03-21T07:24:48.268Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:24:48.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:24:48.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:24:48.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ba9592e-bb69-4ac4-9904-1a2390fb9035 from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T07:24:48.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:24:48.269Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar
2023-03-21T07:24:48.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:24:48.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c33a743
2023-03-21T07:24:48.293Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:24:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T07:24:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardOpxczt-csar.csar /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar 2ba9592e-bb69-4ac4-9904-1a2390fb9035 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:24:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar ASDC sendASDCNotification
2023-03-21T07:24:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(Specified artifact is  not found)
2023-03-21T07:24:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:24:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:48.294Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383488294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:49.295Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-BasicOnboardOpxczt-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar(UUID:2ba9592e-bb69-4ac4-9904-1a2390fb9035)
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-03-21T07:24:49.319Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T07:24:49.319Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-21T07:24:49.324Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||basic_onboard_opxCzt 0
2023-03-21T07:24:49.325Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9aba359e-5f25-48c2-8b1b-ca3ac30cb00e
2023-03-21T07:24:49.325Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e4606196-90aa-4cfc-afe4-85aae276a97e from URL: /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T07:24:49.325Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:24:49.325Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json
2023-03-21T07:24:49.344Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:24:49.344Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2162e699
2023-03-21T07:24:49.345Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:24:49.345Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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": [
        "BasicOnboardOpxczt"
      ]
    }
  }
}
2023-03-21T07:24:49.345Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_opxczt0_modules.json /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json e4606196-90aa-4cfc-afe4-85aae276a97e Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:24:49.345Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json ASDC sendASDCNotification
2023-03-21T07:24:49.345Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(Specified artifact is  not found)
2023-03-21T07:24:49.345Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:24:49.346Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:24:49.346Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:24:49.346Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383489345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:24:50.346Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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_opxczt0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json(UUID:e4606196-90aa-4cfc-afe4-85aae276a97e)
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-03-21T07:24:50.346Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:24:50.367Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:24:50.370Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:24:50.370Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:25:20.371Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:25:20.392Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:25:20.396Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:25:20.396Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:25:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:25:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:25:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:25:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:25:50.396Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:25:50.425Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:25:50.430Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:25:50.430Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:26:20.430Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:26:20.454Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:26:20.458Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:26:20.458Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:26:41.101Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:26:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383488294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/artifacts/service-BasicOnboardOpxczt-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383489345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOpxczt/1.0/resourceInstances/basic_onboard_opxczt0/artifacts/basic_onboard_opxczt0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:26:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:26:50.459Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:26:50.485Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:26:50.490Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:26:50.490Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:27:20.490Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:27:20.514Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:27:20.518Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:27:20.518Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:27:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:27:50.518Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:27:50.544Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:27:50.549Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:27:50.549Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:28:20.549Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:28:20.577Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:28:20.581Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:28:20.582Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:28:41.102Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:28:50.582Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:28:50.607Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:28:50.611Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:28:50.611Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:29:20.611Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:29:20.636Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:29:20.641Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-21T07:29:20.641Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-21T07:29:41.103Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:29:41.262Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, 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-03-21T07:29:41.263Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Member SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf-b365208c-868e-4e38-af2f-3fcfb4ceda7f sending LeaveGroup request to coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired.
2023-03-21T07:29:41.263Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-21T07:29:41.263Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1077407c-2d6d-4b56-92b5-b4a79a9734bf, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-21T07:29:41.665Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: group is already rebalancing
2023-03-21T07:29:41.678Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:29:41.678Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T07:29:41.685Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:29:41.686Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 60: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T07:29:41.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:29:41.700Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:29:41.701Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:29:41.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:29:41.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:29:41.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:29:41.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2370, 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-03-21T07:29:41.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:29:41.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:29:50.641Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-21T07:29:50.642Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 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-03-21T07:29:50.653Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and serviceModelVersionId: 9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9
2023-03-21T07:29:50.653Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea00520-3534-4359-9d83-5a3e45fe89df
2023-03-21T07:29:50.654Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0
2023-03-21T07:29:50.660Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:29:50.682Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||Invoke
2023-03-21T07:29:50.682Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7cbd24a-de14-4631-92b0-02b5bda3c0eb], X-ECOMP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], X-TransactionId=[], X-ONAP-RequestID=[7c9215b2-d58e-4ba5-99f8-ed188a62c416], Content-Type=[application/merge-patch+json]}
2023-03-21T07:29:50.689Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-21T07:29:50.815Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?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/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:29:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[368840], x-aai-txid=[1-aai-resources-230321-07:29:51:054-68259], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:29:50.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:29:50.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3ea00520-3534-4359-9d83-5a3e45fe89df/model-vers/model-ver/9bfd2a12-a076-44f8-aed3-ca1d8ce3a7c9?depth=0|INFO|500||InvokeReturn
2023-03-21T07:29:50.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:29:50.816Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T07:29:50.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|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-03-21T07:29:50.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c9215b2-d58e-4ba5-99f8-ed188a62c416 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-03-21T07:29:50.823Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-21T07:29:50.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:29:50.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:29:50.824Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383790823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:29:50.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:29:50.842Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7c9215b2-d58e-4ba5-99f8-ed188a62c416",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383790823,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-03-21T07:29:50.843Z||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-03-21T07:29:51.851Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:29:51.852Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"587a3d4f-06dd-409c-b3c0-ee7704cc906a","serviceName":"vFW 2023-03-21 04-17-56","serviceVersion":"1.0","serviceUUID":"233ec9a4-5631-47c9-8758-6011f8e3a28e","serviceDescription":"catalog service description","serviceInvariantUUID":"31403ccd-e50e-4b7b-a536-543965d07640","resources":[{"resourceInstanceName":"vFW 85e5a800-f4a5 0","resourceName":"vFW 85e5a800-f4a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c780a88c-3a68-4dc5-9319-ab54e46d682e","resourceInvariantUUID":"f16d8abe-f588-4b8a-88b8-b60076f7c64f","resourceCustomizationUUID":"1a56dc1c-5d01-471c-889b-4e1e764d1cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml","artifactChecksum":"MmMzMDU3YjdjMzE2OTcyYmMyOTNlMDc2NGNjZGNjMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b90db7e0-6c0d-4896-a9f3-db002bc54166","artifactVersion":"1"},{"artifactName":"vfw85e5a800f4a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json","artifactChecksum":"ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ea783aa-9086-438a-834e-991f5d94d011","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml","artifactChecksum":"MWYwYmU3MDZjNGU1NTQ4NDM4OGY1MTE4YjhkYzA1ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c990695-686a-4a83-b0dc-85f820a179d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7","artifactVersion":"2","generatedFromUUID":"4b3a51b8-19af-44bb-a45a-788de6b0058b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321041756-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml","artifactChecksum":"OWE0YzBjNGUwZWNiZjE0M2E3NWFjNWJkZWI1OTMxNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dd200bf-2478-4c2c-a57f-bb090758e07b","artifactVersion":"1"},{"artifactName":"service-Vfw20230321041756-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar","artifactChecksum":"YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e0ef397-ae72-456e-85cb-02feefba19e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:29:51.852Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:29:51.852Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:29:51.852Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:29:51.853Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:29:52.853Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:29:52.854Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:29:52.854Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:29:52.854Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:29:53.855Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:29:53.855Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:29:53.856Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:29:53.856Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:29:54.856Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:29:54.857Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:29:54.857Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:29:54.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:29:55.858Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:29:55.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:29:55.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:29:55.859Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:29:56.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:29:56.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:29:56.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:29:56.860Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:29:57.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:29:57.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:29:57.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:29:57.861Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:29:58.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "serviceName": "vFW 2023-03-21 04-17-56",
  "serviceVersion": "1.0",
  "serviceUUID": "233ec9a4-5631-47c9-8758-6011f8e3a28e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31403ccd-e50e-4b7b-a536-543965d07640",
  "resources": [
    {
      "resourceInstanceName": "vFW 85e5a800-f4a5 0",
      "resourceCustomizationUUID": "1a56dc1c-5d01-471c-889b-4e1e764d1cad",
      "resourceName": "vFW 85e5a800-f4a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c780a88c-3a68-4dc5-9319-ab54e46d682e",
      "resourceInvariantUUID": "f16d8abe-f588-4b8a-88b8-b60076f7c64f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85e5a800f4a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
          "artifactChecksum": "ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ea783aa-9086-438a-834e-991f5d94d011",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
            "generatedFromUUID": "4b3a51b8-19af-44bb-a45a-788de6b0058b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321041756-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
      "artifactChecksum": "YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e0ef397-ae72-456e-85cb-02feefba19e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:29:58.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:29:58.863Z|7c9215b2-d58e-4ba5-99f8-ed188a62c416|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 233ec9a4-5631-47c9-8758-6011f8e3a28e ASDC
2023-03-21T07:29:58.863Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:587a3d4f-06dd-409c-b3c0-ee7704cc906a
ServiceName:vFW 2023-03-21 04-17-56
ServiceVersion:1.0
ServiceUUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
ServiceInvariantUUID:31403ccd-e50e-4b7b-a536-543965d07640
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321041756-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
ArtifactUUID:1e0ef397-ae72-456e-85cb-02feefba19e8
ArtifactChecksum:YmVmODAxMjAyYmJlZjQ5NDU4NTIxMWZiMjJiYTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85e5a800-f4a5 0
ResourceCustomizationUUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
ResourceInvariantUUID:f16d8abe-f588-4b8a-88b8-b60076f7c64f
ResourceName:vFW 85e5a800-f4a5
ResourceType:VF
ResourceUUID:c780a88c-3a68-4dc5-9319-ab54e46d682e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85e5a800f4a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json
ArtifactUUID:5ea783aa-9086-438a-834e-991f5d94d011
ArtifactChecksum:ZjFhYjlkYWQ0ZWRmY2FjMDcyNmUyN2M0MjM0NTJmNWM=
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml
ArtifactUUID:4b3a51b8-19af-44bb-a45a-788de6b0058b
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
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/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env
ArtifactUUID:6f2e4a59-7b3c-4b0b-9d98-405ba9f25ab7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:29:58.863Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 233ec9a4-5631-47c9-8758-6011f8e3a28e 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-03-21T07:29:58.909Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:29:58.910Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:29:58.910Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:29:58.910Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 from URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T07:29:58.910Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:29:58.910Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T07:29:59.204Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:29:59.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar 1e0ef397-ae72-456e-85cb-02feefba19e8 101489
2023-03-21T07:29:59.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T07:29:59.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar
2023-03-21T07:29:59.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:29:59.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:29:59.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:29:59.208Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383799208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:00.210Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:30:00.210Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:30:00.211Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8, URL: /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar to file: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:00.211Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321041756-csar.csar
2023-03-21T07:30:00.211Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:00.212Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:00.329Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5498042495524986697/Definitions/service-Vfw20230321041756-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T07:30:01.758Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85e5a800-f4a5 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-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321041756-csar.csar
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.759Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:01.760Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:30:01.761Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 85e5a800-f4a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:30:01.762Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a5ebc09-db37-40c2-8a08-923726c49474
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6288b6db-8a47-4f44-9281-4676572f503a
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vFW 85e5a800-f4a5 0 is not matching search criteria
2023-03-21T07:30:01.763Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9426952-aa0f-42f5-85fa-64195346c846
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:01.764Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-17-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:01.765Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-17-56
Description:catalog service description
Model UUID:233ec9a4-5631-47c9-8758-6011f8e3a28e
Model Version:NULL
Model InvariantUuid:31403ccd-e50e-4b7b-a536-543965d07640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85e5a800-f4a5
Model UUID:0ac0ec1e-851e-4af4-b36b-d2b98f5d254f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f16d8abe-f588-4b8a-88b8-b60076f7c64f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1a56dc1c-5d01-471c-889b-4e1e764d1cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315236ad-9ad7-43dc-8b2c-a5264c0af599
ModelName:Vfw85e5a800F4a5..base_vfw..module-0
ModelUuid:0b61375e-9f62-45f3-8118-0289cb05ab62
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a5ebc09-db37-40c2-8a08-923726c49474
ModelInvariantUuid:72502ddf-6aa0-4049-bfa7-5d2ebcfbf060
ModelName:vFW 85e5a800-f4a5-nodes.vfwCvfc
ModelUuid:3ace133d-1d39-4782-af2a-9cf23e2598d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a44fafbd-a080-439a-8f30-0929c7daf68b
ModelInvariantUuid:0bea46da-73a8-4db2-922a-5e4b56b6f1cb
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vfw
ModelUuid:aa8008b0-ff6b-451f-a881-8579c9432e00
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6288b6db-8a47-4f44-9281-4676572f503a
ModelInvariantUuid:b5c8bab8-c44d-4df0-9e0c-6f04a58febda
ModelName:vFW 85e5a800-f4a5-nodes.vsnCvfc
ModelUuid:95131407-308b-4b36-85c1-6997e95bf1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24c53efa-603c-4c40-a2f0-4430a6464ed7
ModelInvariantUuid:758661cf-4ae3-46c2-9904-c49b1964265d
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vsn
ModelUuid:d71326b7-2e2a-4690-ac31-a1eec98b9ed0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f9426952-aa0f-42f5-85fa-64195346c846
ModelInvariantUuid:ad957c56-f20d-4aa2-afdd-2bb3eab2e945
ModelName:vFW 85e5a800-f4a5-nodes.vpgCvfc
ModelUuid:e52693aa-baad-430e-92c9-4dc43179d42d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e9e147-b043-41cc-a556-7a5fa2371cda
ModelInvariantUuid:fc1ec499-ccf1-448a-943b-0edf6cc18773
ModelName:Vfw85e5a800F4a5.compute.nodes.heat.vpg
ModelUuid:42086a60-a4ab-47b3-9540-85b2ee50130e
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-03-21T07:30:01.801Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||ERROR|500||Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists
2023-03-21T07:30:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T07:30:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists)
2023-03-21T07:30:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:30:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:01.802Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383801802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:02.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar ASDC sendASDCNotification
2023-03-21T07:30:02.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar(Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists)
2023-03-21T07:30:02.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:30:02.803Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:02.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:02.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383802803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:03.804Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:30:03.830Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:30:03.834Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:30:03.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:30:03.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:30:03.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:30:03.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:30:03.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:30:03.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:30:03.835Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:30:03.836Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T07:30:03.848Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:30:33.849Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a 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-03-21T07:30:33.860Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 587a3d4f-06dd-409c-b3c0-ee7704cc906a and serviceModelVersionId: 233ec9a4-5631-47c9-8758-6011f8e3a28e
2023-03-21T07:30:33.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31403ccd-e50e-4b7b-a536-543965d07640
2023-03-21T07:30:33.861Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0
2023-03-21T07:30:33.867Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:30:33.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||Invoke
2023-03-21T07:30:33.878Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0425d7e-a1fa-4912-9bd7-8a7bb787cfe7], X-ECOMP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], X-TransactionId=[], X-ONAP-RequestID=[587a3d4f-06dd-409c-b3c0-ee7704cc906a], Content-Type=[application/merge-patch+json]}
2023-03-21T07:30:33.886Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:30:34.013Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?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/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:30:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[143368], x-aai-txid=[1-aai-resources-230321-07:30:34:251-312], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:30:34.013Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:30:34.013Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/31403ccd-e50e-4b7b-a536-543965d07640/model-vers/model-ver/233ec9a4-5631-47c9-8758-6011f8e3a28e?depth=0|INFO|500||InvokeReturn
2023-03-21T07:30:34.014Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:30:34.014Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T07:30:34.022Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|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-03-21T07:30:34.023Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 587a3d4f-06dd-409c-b3c0-ee7704cc906a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:30:34.023Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:30:34.023Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:34.023Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:34.023Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383834023,
  "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-03-21T07:30:35.055Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:30:35.055Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b230f929-60f4-491e-917f-20389db9f6a3","serviceName":"vFW 2023-03-21 04-36-11","serviceVersion":"1.0","serviceUUID":"7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20","serviceDescription":"catalog service description","serviceInvariantUUID":"d076300e-af68-485c-82b6-f9493901f889","resources":[{"resourceInstanceName":"vFW c671d2eb-2a9c 0","resourceName":"vFW c671d2eb-2a9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c30a4e4-18e4-4061-82fa-c0614daecf1a","resourceInvariantUUID":"466715da-6b47-4e96-891e-6347b4948ca6","resourceCustomizationUUID":"97ee0ad3-6b3f-4951-8eeb-d457932c9f83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml","artifactChecksum":"M2Q0NjBhZDliNjRhNDE5NTJhOWQ5NzVhYzkwYzliYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9ad152-666f-45e8-8c5e-92b2ba73c316","artifactVersion":"1"},{"artifactName":"vfwc671d2eb2a9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json","artifactChecksum":"Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c6c1229-9b98-42d0-90b7-ee2a9dfc8324","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM5ZjNlNWYxOGJiYjg4YWZiNDkwMjc3YTRlMTc4YjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fea98acb-dd3e-4ab9-8d6e-fdb39f3f9e1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"085b08c2-a7d2-4f64-a7ab-12b08f9ad202","artifactVersion":"2","generatedFromUUID":"ce11df0a-5e37-42c3-96f5-086db1798d9e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321043611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml","artifactChecksum":"OGRlNzZlYTA1NTcyYjgxZTY5MWViNTU1OWU4N2JlNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80b65c57-0115-48ab-a295-d6e1c25462ea","artifactVersion":"1"},{"artifactName":"service-Vfw20230321043611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar","artifactChecksum":"MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25be510-bd4e-4c1c-b4ef-d770164a3235","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:30:35.056Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:30:35.056Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:35.056Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:35.056Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:36.057Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:30:36.057Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:36.058Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:36.058Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:37.059Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:30:37.059Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:37.059Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:37.059Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:38.060Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:30:38.061Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:38.061Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:38.061Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:39.062Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:30:39.063Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:39.063Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:39.063Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:40.065Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:30:40.065Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:40.066Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:40.066Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:41.067Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:30:41.068Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:41.068Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:41.068Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:30:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vfw85e5a800f4a50_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:30:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:30:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/resourceInstances/vfw85e5a800f4a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383799208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383801802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1e0ef397-ae72-456e-85cb-02feefba19e8 already exists"
}
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383802803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321041756/1.0/artifacts/service-Vfw20230321041756-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c780a88c-3a68-4dc5-9319-ab54e46d682e already exists"
}
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "587a3d4f-06dd-409c-b3c0-ee7704cc906a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383834023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:30:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.113Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:30:41.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:41.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:30:41.113Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:30:41.113Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:30:42.070Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "serviceName": "vFW 2023-03-21 04-36-11",
  "serviceVersion": "1.0",
  "serviceUUID": "7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d076300e-af68-485c-82b6-f9493901f889",
  "resources": [
    {
      "resourceInstanceName": "vFW c671d2eb-2a9c 0",
      "resourceCustomizationUUID": "97ee0ad3-6b3f-4951-8eeb-d457932c9f83",
      "resourceName": "vFW c671d2eb-2a9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c30a4e4-18e4-4061-82fa-c0614daecf1a",
      "resourceInvariantUUID": "466715da-6b47-4e96-891e-6347b4948ca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc671d2eb2a9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json",
          "artifactChecksum": "Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c6c1229-9b98-42d0-90b7-ee2a9dfc8324",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
            "generatedFromUUID": "ce11df0a-5e37-42c3-96f5-086db1798d9e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "085b08c2-a7d2-4f64-a7ab-12b08f9ad202",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230321043611-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
      "artifactChecksum": "MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25be510-bd4e-4c1c-b4ef-d770164a3235"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:30:42.070Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:30:42.070Z|587a3d4f-06dd-409c-b3c0-ee7704cc906a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 ASDC
2023-03-21T07:30:42.071Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b230f929-60f4-491e-917f-20389db9f6a3
ServiceName:vFW 2023-03-21 04-36-11
ServiceVersion:1.0
ServiceUUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
ServiceInvariantUUID:d076300e-af68-485c-82b6-f9493901f889
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230321043611-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
ArtifactUUID:f25be510-bd4e-4c1c-b4ef-d770164a3235
ArtifactChecksum:MWEyMjQ0NjVmOGEyMDMzNTEyNmIxMmUzOTg1ODg4NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c671d2eb-2a9c 0
ResourceCustomizationUUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
ResourceInvariantUUID:466715da-6b47-4e96-891e-6347b4948ca6
ResourceName:vFW c671d2eb-2a9c
ResourceType:VF
ResourceUUID:7c30a4e4-18e4-4061-82fa-c0614daecf1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc671d2eb2a9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/vfwc671d2eb2a9c0_modules.json
ArtifactUUID:6c6c1229-9b98-42d0-90b7-ee2a9dfc8324
ArtifactChecksum:Y2MwMGNiNWExZjYxMzkzNzRlMjdjOWI2YzE4NjUwNjg=
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.yaml
ArtifactUUID:ce11df0a-5e37-42c3-96f5-086db1798d9e
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
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/Vfw20230321043611/1.0/resourceInstances/vfwc671d2eb2a9c0/artifacts/base_vfw.env
ArtifactUUID:085b08c2-a7d2-4f64-a7ab-12b08f9ad202
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:30:42.071Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20 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-03-21T07:30:42.122Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:30:42.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:30:42.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:30:42.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 from URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:42.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:30:42.123Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:42.671Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:30:42.675Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar f25be510-bd4e-4c1c-b4ef-d770164a3235 101457
2023-03-21T07:30:42.675Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T07:30:42.675Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:42.675Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:30:42.675Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:42.676Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:42.676Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383842675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:43.677Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:30:43.678Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:30:43.678Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235, URL: /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar to file: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:43.678Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321043611-csar.csar
2023-03-21T07:30:43.679Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:43.679Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:43.836Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13490735701732859763/Definitions/service-Vfw20230321043611-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c671d2eb-2a9c 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-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|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-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321043611-csar.csar
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:30:45.258Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:45.259Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.260Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c671d2eb-2a9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f453c199-277a-484a-a20b-3bd75cb59255
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.261Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5d161e47-c643-4486-8447-9b9c9753c671
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vFW c671d2eb-2a9c 0 is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8363d9ad-bbe1-4158-8677-6e386599c83e
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.262Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:30:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-21 04-36-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:30:45.263Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-21 04-36-11
Description:catalog service description
Model UUID:7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
Model Version:NULL
Model InvariantUuid:d076300e-af68-485c-82b6-f9493901f889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c671d2eb-2a9c
Model UUID:d3001a1e-37e1-4cdd-b7ca-edb5a554788d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:466715da-6b47-4e96-891e-6347b4948ca6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ee0ad3-6b3f-4951-8eeb-d457932c9f83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a3510b-046b-4b0e-9ee2-05e64d9d4707
ModelName:VfwC671d2eb2a9c..base_vfw..module-0
ModelUuid:76cfa7d7-e994-4e41-8530-c9ebf06daaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f453c199-277a-484a-a20b-3bd75cb59255
ModelInvariantUuid:e287287f-fab5-4896-b46e-8d41e194757d
ModelName:vFW c671d2eb-2a9c-nodes.vfwCvfc
ModelUuid:b6b6de57-6cc8-4e1b-ac13-2894fb5b1fe0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4285b8ba-6a68-4855-a8e3-d83cf47e5cdb
ModelInvariantUuid:adb7eaea-0505-455a-8637-ad6e883e1b64
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vfw
ModelUuid:4f924c92-3d18-43e3-87a4-953327a68fc1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5d161e47-c643-4486-8447-9b9c9753c671
ModelInvariantUuid:b499c1db-7b61-4d00-8a51-fa92f662966d
ModelName:vFW c671d2eb-2a9c-nodes.vsnCvfc
ModelUuid:2e02b33c-2262-48f1-be9a-9df823f920de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7f6ed493-938d-4ad6-8186-e60ced700947
ModelInvariantUuid:08d6f0a6-3ea3-402e-ab91-d1eebbe084f2
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vsn
ModelUuid:b1d6c486-ca16-4bc1-a770-47c0a504727a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8363d9ad-bbe1-4158-8677-6e386599c83e
ModelInvariantUuid:4ab07cc5-4c26-41bc-beab-f79de4a56381
ModelName:vFW c671d2eb-2a9c-nodes.vpgCvfc
ModelUuid:c7cd33b3-3c17-4818-90b5-6de925130ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1000ab89-6f46-4f1a-aac3-5fdf6379c7c8
ModelInvariantUuid:b97217ba-5d9f-498e-9c35-76bf6a396ea5
ModelName:VfwC671d2eb2a9c.compute.nodes.heat.vpg
ModelUuid:ae5d9c87-8368-4cd4-ac51-a665de69cc4d
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-03-21T07:30:45.307Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||ERROR|500||Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists
2023-03-21T07:30:45.307Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T07:30:45.307Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists)
2023-03-21T07:30:45.307Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:30:45.308Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:45.308Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:45.308Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383845307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:46.308Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar ASDC sendASDCNotification
2023-03-21T07:30:46.309Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar(Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists)
2023-03-21T07:30:46.309Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:30:46.309Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:30:46.309Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:30:46.310Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383846308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:30:47.310Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:30:47.338Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:30:47.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:30:47.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:30:47.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:30:47.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:30:47.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:30:47.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:30:47.343Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:30:47.344Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:30:47.344Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T07:30:47.358Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:31:17.358Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b230f929-60f4-491e-917f-20389db9f6a3 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-03-21T07:31:17.370Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b230f929-60f4-491e-917f-20389db9f6a3 and serviceModelVersionId: 7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20
2023-03-21T07:31:17.371Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d076300e-af68-485c-82b6-f9493901f889
2023-03-21T07:31:17.371Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0
2023-03-21T07:31:17.376Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:31:17.388Z|b230f929-60f4-491e-917f-20389db9f6a3|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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?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-03-21T07:31:17.389Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||Invoke
2023-03-21T07:31:17.396Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:31:17.531Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0|INFO|500||InvokeReturn
2023-03-21T07:31:17.531Z|b230f929-60f4-491e-917f-20389db9f6a3|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/d076300e-af68-485c-82b6-f9493901f889/model-vers/model-ver/7ca8bbf8-aeb8-41fc-9fb3-f477b1a85b20?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:31:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[217112], x-aai-txid=[1-aai-resources-230321-07:31:17:762-51052], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:31:17.531Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:31:17.531Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:31:17.532Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T07:31:17.540Z|b230f929-60f4-491e-917f-20389db9f6a3|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-03-21T07:31:17.540Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b230f929-60f4-491e-917f-20389db9f6a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:31:17.540Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:31:17.541Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:17.541Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:17.541Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383877540,
  "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-03-21T07:31:18.568Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:31:18.569Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"22cb9bd7-216f-47fd-a536-ef09ab013bc0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"859e6908-9bd1-4fa9-82e3-658fd57f2f28","serviceDescription":"service","serviceInvariantUUID":"40b8fc44-1235-4c2d-bfdf-08cd27569908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dfe0da70-f643-49bb-ba41-8bcf6ef37bfb","resourceInvariantUUID":"ac987073-bf56-4d9b-8512-08d0812816ca","resourceCustomizationUUID":"69c2064d-6bbb-4dc8-a05f-da691706dfa4","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":"MWE1Zjk3ZDdlMTUzZTlkOGUwYTIzM2QwMzEzNzA0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4579c91-fe02-4273-9ed3-49d320c8c68a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:31:18.569Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:31:18.569Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:18.569Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:18.569Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:19.570Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:31:19.571Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:19.571Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:19.571Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:20.571Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "859e6908-9bd1-4fa9-82e3-658fd57f2f28",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40b8fc44-1235-4c2d-bfdf-08cd27569908",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "69c2064d-6bbb-4dc8-a05f-da691706dfa4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dfe0da70-f643-49bb-ba41-8bcf6ef37bfb",
      "resourceInvariantUUID": "ac987073-bf56-4d9b-8512-08d0812816ca",
      "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": "MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:31:20.572Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:31:20.572Z|b230f929-60f4-491e-917f-20389db9f6a3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 859e6908-9bd1-4fa9-82e3-658fd57f2f28 ASDC
2023-03-21T07:31:20.572Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:22cb9bd7-216f-47fd-a536-ef09ab013bc0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:859e6908-9bd1-4fa9-82e3-658fd57f2f28
ServiceInvariantUUID:40b8fc44-1235-4c2d-bfdf-08cd27569908
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:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2
ArtifactChecksum:MGIxYzAyMWJhN2VhMGMwOTZlMzI0ZjVkMWQ0NGE4YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:69c2064d-6bbb-4dc8-a05f-da691706dfa4
ResourceInvariantUUID:ac987073-bf56-4d9b-8512-08d0812816ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dfe0da70-f643-49bb-ba41-8bcf6ef37bfb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-21T07:31:20.572Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 859e6908-9bd1-4fa9-82e3-658fd57f2f28 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-03-21T07:31:20.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:31:20.616Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:31:20.617Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:31:20.617Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-21T07:31:20.617Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:31:20.617Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:31:20.643Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:31:20.643Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19bbfa98
2023-03-21T07:31:20.643Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:31:20.643Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-21T07:31:20.643Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:31:20.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-21T07:31:20.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-21T07:31:20.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:31:20.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:20.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:20.644Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383880644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:21.645Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:31:21.689Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists
2023-03-21T07:31:21.689Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:31:21.689Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists)
2023-03-21T07:31:21.689Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:31:21.690Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:21.690Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:21.690Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383881689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:22.690Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:31:22.691Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists)
2023-03-21T07:31:22.691Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:31:22.691Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:22.691Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:22.691Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383882690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:23.692Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:31:23.717Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:31:23.721Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:31:23.722Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:31:23.722Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:31:23.722Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:31:23.722Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:31:23.722Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:31:23.722Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:31:23.722Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:31:23.723Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:31:23.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:31:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:31:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383842675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383845307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: f25be510-bd4e-4c1c-b4ef-d770164a3235 already exists"
}
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383846308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230321043611/1.0/artifacts/service-Vfw20230321043611-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c30a4e4-18e4-4061-82fa-c0614daecf1a already exists"
}
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b230f929-60f4-491e-917f-20389db9f6a3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383877540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:31:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383880644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383881689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8ca46f17-3986-4a33-a5f7-d4d88ef6e2c2 already exists"
}
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383882690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: dfe0da70-f643-49bb-ba41-8bcf6ef37bfb already exists"
}
2023-03-21T07:31:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:31:53.737Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 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-03-21T07:31:53.748Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and serviceModelVersionId: 859e6908-9bd1-4fa9-82e3-658fd57f2f28
2023-03-21T07:31:53.749Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b8fc44-1235-4c2d-bfdf-08cd27569908
2023-03-21T07:31:53.749Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0
2023-03-21T07:31:53.754Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:31:53.766Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?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-03-21T07:31:53.767Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||Invoke
2023-03-21T07:31:53.772Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:31:53.894Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0|INFO|500||InvokeReturn
2023-03-21T07:31:53.895Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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/40b8fc44-1235-4c2d-bfdf-08cd27569908/model-vers/model-ver/859e6908-9bd1-4fa9-82e3-658fd57f2f28?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:31:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[606376], x-aai-txid=[2-aai-resources-230321-07:31:54:138-71790], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:31:53.895Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:31:53.895Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:31:53.896Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:31:53.904Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|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-03-21T07:31:53.904Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22cb9bd7-216f-47fd-a536-ef09ab013bc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:31:53.905Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:31:53.905Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:53.905Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:53.905Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383913904,
  "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-03-21T07:31:54.938Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:31:54.938Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce","serviceName":"Demo_pNF_M2j3lILXYUDdOsF0upy7","serviceVersion":"1.0","serviceUUID":"300e9827-499c-4108-869d-47c4dac09dce","serviceDescription":"catalog service description","serviceInvariantUUID":"7f3224a5-56ea-4624-85c7-7e668b05c5cb","resources":[{"resourceInstanceName":"pNF 5bf08619-abe8 0","resourceName":"pNF 5bf08619-abe8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59519364-2520-4f5f-a0bf-1b57a8ef723d","resourceInvariantUUID":"51260b9f-c4bb-40f1-9927-569f01a3465c","resourceCustomizationUUID":"f9a459f7-367d-4741-8359-218398df4536","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml","artifactChecksum":"MzY2OTZkZGNmMDdmNzM4YzM3Nzg1Yjc1YTYyNTFlZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"199499a1-8995-4284-b889-6485891a0c91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04939e29-0d59-4778-b0b5-f8bf957597d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918b2c7-8237-46f4-8678-c5038aace50d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYwMzk3NjEyMDNmZDFjOWNlNDk4OTI5M2E2YzdhZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6debbf0f-f4f1-4753-b50d-8cf0766f4a57","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c70d857-30ff-45c7-8edf-0d2242f02d18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b02fdb67-dcfa-4c89-8e56-c02680a8ef5e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml","artifactChecksum":"Yzk0MmYzYTgzMGQ3MzhhOTNhMDVmYWI0MGI4NjRkNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1eae067-996f-44e7-8947-990419cc4745","artifactVersion":"1"},{"artifactName":"service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar","artifactChecksum":"N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd4cc829-9e2f-4976-8f03-2e5a69c28283","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:31:54.938Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:31:54.938Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:54.938Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:54.938Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:55.939Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:31:55.939Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:55.939Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:55.939Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:56.940Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:31:56.940Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:56.940Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:56.941Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:57.941Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:31:57.942Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:57.942Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:57.942Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:58.942Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:31:58.943Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:58.943Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:58.943Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:31:59.943Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:31:59.944Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:31:59.944Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:31:59.944Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:00.945Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:32:00.945Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:00.945Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:00.945Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:01.946Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:32:01.947Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:01.947Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:01.947Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:02.947Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "serviceName": "Demo_pNF_M2j3lILXYUDdOsF0upy7",
  "serviceVersion": "1.0",
  "serviceUUID": "300e9827-499c-4108-869d-47c4dac09dce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f3224a5-56ea-4624-85c7-7e668b05c5cb",
  "resources": [
    {
      "resourceInstanceName": "pNF 5bf08619-abe8 0",
      "resourceCustomizationUUID": "f9a459f7-367d-4741-8359-218398df4536",
      "resourceName": "pNF 5bf08619-abe8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59519364-2520-4f5f-a0bf-1b57a8ef723d",
      "resourceInvariantUUID": "51260b9f-c4bb-40f1-9927-569f01a3465c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
      "artifactChecksum": "N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd4cc829-9e2f-4976-8f03-2e5a69c28283"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:32:02.948Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:32:02.948Z|22cb9bd7-216f-47fd-a536-ef09ab013bc0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 300e9827-499c-4108-869d-47c4dac09dce ASDC
2023-03-21T07:32:02.948Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
ServiceName:Demo_pNF_M2j3lILXYUDdOsF0upy7
ServiceVersion:1.0
ServiceUUID:300e9827-499c-4108-869d-47c4dac09dce
ServiceInvariantUUID:7f3224a5-56ea-4624-85c7-7e668b05c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
ArtifactUUID:bd4cc829-9e2f-4976-8f03-2e5a69c28283
ArtifactChecksum:N2Y2MTYyNWY0ZDhjNDQ0ZTdjMDhkNDdhNjAxYjZmMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5bf08619-abe8 0
ResourceCustomizationUUID:f9a459f7-367d-4741-8359-218398df4536
ResourceInvariantUUID:51260b9f-c4bb-40f1-9927-569f01a3465c
ResourceName:pNF 5bf08619-abe8
ResourceType:PNF
ResourceUUID:59519364-2520-4f5f-a0bf-1b57a8ef723d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:32:02.948Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 300e9827-499c-4108-869d-47c4dac09dce 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-03-21T07:32:02.996Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:32:02.997Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:32:02.997Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:32:02.997Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 from URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:02.997Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:32:02.997Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:03.266Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:32:03.269Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar bd4cc829-9e2f-4976-8f03-2e5a69c28283 88018
2023-03-21T07:32:03.269Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T07:32:03.269Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:03.270Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:32:03.270Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:03.270Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:03.270Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383923269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:04.271Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:32:04.271Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:32:04.271Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283, URL: /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar to file: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.273Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.274Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.274Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.345Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13503053150440147460/Definitions/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml
2023-03-21T07:32:04.892Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:32:04.892Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:32:04.892Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.892Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T07:32:04.892Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5bf08619-abe8 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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-DemoPnfM2j3lilxyuddosf0upy7-csar.csar
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Node template pNF 5bf08619-abe8 0 is matching search criteria
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5bf08619-abe8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:32:04.893Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:32:04.894Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:32:04.894Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:32:04.894Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:32:04.894Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:32:04.894Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:32:04.894Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:32:04.894Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:32:04.894Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M2j3lILXYUDdOsF0upy7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:32:04.894Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_M2j3lILXYUDdOsF0upy7
Description:catalog service description
Model UUID:300e9827-499c-4108-869d-47c4dac09dce
Model Version:NULL
Model InvariantUuid:7f3224a5-56ea-4624-85c7-7e668b05c5cb
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-03-21T07:32:04.946Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||ERROR|500||Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists
2023-03-21T07:32:04.946Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T07:32:04.946Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists)
2023-03-21T07:32:04.946Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:32:04.946Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:04.947Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:04.947Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383924946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:05.949Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar ASDC sendASDCNotification
2023-03-21T07:32:05.949Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar(Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists)
2023-03-21T07:32:05.949Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:32:05.949Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:05.950Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:05.950Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383925949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:06.950Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:32:06.976Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:32:06.980Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:32:06.980Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:32:06.980Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:32:06.981Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:32:06.981Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:32:06.981Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:32:06.981Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:32:06.981Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:32:06.981Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T07:32:06.995Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:32:36.995Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce 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-03-21T07:32:37.006Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and serviceModelVersionId: 300e9827-499c-4108-869d-47c4dac09dce
2023-03-21T07:32:37.006Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3224a5-56ea-4624-85c7-7e668b05c5cb
2023-03-21T07:32:37.007Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0
2023-03-21T07:32:37.012Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:32:37.023Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||Invoke
2023-03-21T07:32:37.023Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e28f27b-50f4-455c-acf5-8720bbedf264], X-ECOMP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], X-TransactionId=[], X-ONAP-RequestID=[88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce], Content-Type=[application/merge-patch+json]}
2023-03-21T07:32:37.030Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:32:37.164Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?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/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:32:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[196760], x-aai-txid=[2-aai-resources-230321-07:32:37:396-53718], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:32:37.164Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:32:37.165Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7f3224a5-56ea-4624-85c7-7e668b05c5cb/model-vers/model-ver/300e9827-499c-4108-869d-47c4dac09dce?depth=0|INFO|500||InvokeReturn
2023-03-21T07:32:37.165Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:32:37.165Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T07:32:37.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|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-03-21T07:32:37.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:32:37.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:32:37.173Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:37.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:37.174Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383957173,
  "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-03-21T07:32:38.206Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:32:38.206Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"5f28aedd-cc78-415f-bc47-47f1801091a4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"24a1ce18-5cfb-4a3a-9a4f-49a83d640141","serviceDescription":"service","serviceInvariantUUID":"1b9bbf94-3e06-49fb-ae83-b2fe0d752456","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7","resourceInvariantUUID":"ddec754f-e89f-446c-82c2-26141f26c819","resourceCustomizationUUID":"ba0fec69-aca4-4dd0-916d-d9eaced0c013","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":"YWY5ZmMyMWFjOWYzMjY1ZmY5ZjRiMTAxODZjOGE4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33f9f0d-3999-45df-ab40-248ca7e1c535","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":"OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ae46fbf-a0d8-4a2d-ad72-6037113c38e5","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":"ad44aa77-65b0-40dc-9b99-31ef68a68361","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":"6c76a9b4-2adb-4ffd-af6b-64b59f4f5957","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":"2c8e0926-acb7-45e0-a365-84eae89314ce","artifactVersion":"2","generatedFromUUID":"ad44aa77-65b0-40dc-9b99-31ef68a68361"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY3YzVlMDgxZTYyMWI2MGE1ODU3NjAxZDMzMThhYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ebc914-b6b0-443f-be53-5cff1c665f05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de85d43d-ffc2-4da7-ac47-4c0bd5c266e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:32:38.207Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:32:38.207Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:38.207Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:38.207Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:32:39.207Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:32:39.208Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:39.208Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:39.208Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:32:40.209Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:32:40.209Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:40.210Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:40.210Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:32:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:41.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.107Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "22cb9bd7-216f-47fd-a536-ef09ab013bc0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383913904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/resourceInstances/pnf5bf08619abe80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383923269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383924946,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bd4cc829-9e2f-4976-8f03-2e5a69c28283 already exists"
}
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383925949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfM2j3lilxyuddosf0upy7/1.0/artifacts/service-DemoPnfM2j3lilxyuddosf0upy7-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 59519364-2520-4f5f-a0bf-1b57a8ef723d already exists"
}
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383957173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:32:41.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:32:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:32:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:32:41.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:32:41.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:32:41.210Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:32:41.211Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:41.211Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:41.211Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:32:42.211Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:32:42.212Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:42.212Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:42.212Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:32:43.213Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:32:43.213Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:43.214Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:43.214Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:44.214Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:32:44.215Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:44.215Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:44.215Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:45.216Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "24a1ce18-5cfb-4a3a-9a4f-49a83d640141",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1b9bbf94-3e06-49fb-ae83-b2fe0d752456",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba0fec69-aca4-4dd0-916d-d9eaced0c013",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7",
      "resourceInvariantUUID": "ddec754f-e89f-446c-82c2-26141f26c819",
      "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": "OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ae46fbf-a0d8-4a2d-ad72-6037113c38e5",
          "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": "ad44aa77-65b0-40dc-9b99-31ef68a68361",
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
            "generatedFromUUID": "ad44aa77-65b0-40dc-9b99-31ef68a68361"
          },
          "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": "2c8e0926-acb7-45e0-a365-84eae89314ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de85d43d-ffc2-4da7-ac47-4c0bd5c266e8"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:32:45.216Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:32:45.216Z|88ff5f0d-0949-4ea4-9ed0-1a6a7ecb78ce|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 ASDC
2023-03-21T07:32:45.217Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5f28aedd-cc78-415f-bc47-47f1801091a4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:24a1ce18-5cfb-4a3a-9a4f-49a83d640141
ServiceInvariantUUID:1b9bbf94-3e06-49fb-ae83-b2fe0d752456
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:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8
ArtifactChecksum:Mjg5ZDMyNjFmNGJlMTNkNjc5NDA0NmRjN2M3NmRmN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba0fec69-aca4-4dd0-916d-d9eaced0c013
ResourceInvariantUUID:ddec754f-e89f-446c-82c2-26141f26c819
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7
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:6ae46fbf-a0d8-4a2d-ad72-6037113c38e5
ArtifactChecksum:OWFmMmNmYTlhMThkMGQ2MzQxODY3MWYxOTFhMzFhMmE=
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:ad44aa77-65b0-40dc-9b99-31ef68a68361
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:2c8e0926-acb7-45e0-a365-84eae89314ce
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:2c8e0926-acb7-45e0-a365-84eae89314ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:32:45.217Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ce18-5cfb-4a3a-9a4f-49a83d640141 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-03-21T07:32:45.264Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:32:45.264Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:32:45.264Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:32:45.265Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-21T07:32:45.265Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:32:45.265Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:32:45.284Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:32:45.285Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@64a7eb0b
2023-03-21T07:32:45.285Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:32:45.285Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-21T07:32:45.285Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:32:45.285Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-21T07:32:45.286Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-21T07:32:45.286Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:32:45.286Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:45.286Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:45.286Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383965285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:46.287Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:de85d43d-ffc2-4da7-ac47-4c0bd5c266e8)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:32:46.339Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||ERROR|500||Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists
2023-03-21T07:32:46.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:32:46.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists)
2023-03-21T07:32:46.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:32:46.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:46.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:46.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383966340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:47.340Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:32:47.341Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists)
2023-03-21T07:32:47.341Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:32:47.341Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:32:47.341Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:32:47.341Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383967340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:32:48.342Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:32:48.369Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:32:48.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:32:48.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:32:48.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:32:48.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:32:48.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:32:48.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:32:48.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:32:48.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:32:48.374Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:32:48.387Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:33:18.387Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 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-03-21T07:33:18.400Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f28aedd-cc78-415f-bc47-47f1801091a4 and serviceModelVersionId: 24a1ce18-5cfb-4a3a-9a4f-49a83d640141
2023-03-21T07:33:18.401Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b9bbf94-3e06-49fb-ae83-b2fe0d752456
2023-03-21T07:33:18.401Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0
2023-03-21T07:33:18.408Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:33:18.423Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||Invoke
2023-03-21T07:33:18.424Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0bd14193-05bd-4303-b0da-2cb1a901f6e4], X-ECOMP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], X-TransactionId=[], X-ONAP-RequestID=[5f28aedd-cc78-415f-bc47-47f1801091a4], Content-Type=[application/merge-patch+json]}
2023-03-21T07:33:18.434Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:33:18.575Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?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/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:33:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[241880], x-aai-txid=[0-aai-resources-230321-07:33:18:800-23340], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:33:18.575Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:33:18.576Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1b9bbf94-3e06-49fb-ae83-b2fe0d752456/model-vers/model-ver/24a1ce18-5cfb-4a3a-9a4f-49a83d640141?depth=0|INFO|500||InvokeReturn
2023-03-21T07:33:18.576Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:33:18.576Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:33:18.584Z|5f28aedd-cc78-415f-bc47-47f1801091a4|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-03-21T07:33:18.585Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f28aedd-cc78-415f-bc47-47f1801091a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:33:18.585Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:33:18.585Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:18.585Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:18.585Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383998585,
  "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-03-21T07:33:19.616Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:33:19.616Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bf6d449f-7700-4617-8a46-d08a1416b239","serviceName":"Demo_pNF_FlaEGgjwyHt00kQzuiBr","serviceVersion":"1.0","serviceUUID":"13e8bf23-89e4-4bc7-b1dd-b506b1e4f838","serviceDescription":"catalog service description","serviceInvariantUUID":"75a5af80-2751-43fa-b956-93743d8fd2f4","resources":[{"resourceInstanceName":"pNF d49292c2-34e5 0","resourceName":"pNF d49292c2-34e5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04a7d406-8879-4156-8e2e-b97a425ac247","resourceInvariantUUID":"e0a2951c-1c2f-4f8c-a629-07d871350d33","resourceCustomizationUUID":"4003764a-36c2-4952-a4e5-49b6639191cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml","artifactChecksum":"NmUxY2UwOWM1NTJmN2Y2NmZmMmY2Y2Y2ZTc4YThjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d691b8f-48ce-4321-97e7-f40e501bca1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bf37008-4ef6-4978-aaac-229a3629cc2c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95ad3a7b-48a4-47bd-b0c6-cefc19f05a5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml","artifactChecksum":"NzU3NzQxZmNkYWYwMTQ3NTUyMGQ5MTcyNzJkZTkwZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8f7e06c-8ab8-4cad-8e1e-66ae1272b9f1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ca92f0e-9241-4b39-b8f1-427cea4b0249","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"89cac3a6-10f1-4895-8f0b-52041f2394ac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml","artifactChecksum":"NjI5ZmE5YWQyMzI4YWQwNDc1NTg2MWQ1YWZmNmE5YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4617f198-c2b1-4359-9eab-25b28489f405","artifactVersion":"1"},{"artifactName":"service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar","artifactChecksum":"M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7ea4fcb-e055-4260-b5ea-33ee1c673c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:33:19.616Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:33:19.617Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:19.617Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:19.617Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:20.617Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:33:20.618Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:20.618Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:20.618Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:21.619Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:33:21.619Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:21.619Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:21.619Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:22.620Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:33:22.620Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:22.620Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:22.621Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:23.621Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:33:23.622Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:23.622Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:23.622Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:24.623Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:33:24.623Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:24.623Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:24.623Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:25.624Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:33:25.624Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:25.625Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:25.625Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:26.625Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:33:26.626Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:26.626Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:26.626Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:27.626Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "serviceName": "Demo_pNF_FlaEGgjwyHt00kQzuiBr",
  "serviceVersion": "1.0",
  "serviceUUID": "13e8bf23-89e4-4bc7-b1dd-b506b1e4f838",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75a5af80-2751-43fa-b956-93743d8fd2f4",
  "resources": [
    {
      "resourceInstanceName": "pNF d49292c2-34e5 0",
      "resourceCustomizationUUID": "4003764a-36c2-4952-a4e5-49b6639191cc",
      "resourceName": "pNF d49292c2-34e5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "04a7d406-8879-4156-8e2e-b97a425ac247",
      "resourceInvariantUUID": "e0a2951c-1c2f-4f8c-a629-07d871350d33",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
      "artifactChecksum": "M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7ea4fcb-e055-4260-b5ea-33ee1c673c0b"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:33:27.627Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:33:27.627Z|5f28aedd-cc78-415f-bc47-47f1801091a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 ASDC
2023-03-21T07:33:27.627Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bf6d449f-7700-4617-8a46-d08a1416b239
ServiceName:Demo_pNF_FlaEGgjwyHt00kQzuiBr
ServiceVersion:1.0
ServiceUUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
ServiceInvariantUUID:75a5af80-2751-43fa-b956-93743d8fd2f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
ArtifactUUID:e7ea4fcb-e055-4260-b5ea-33ee1c673c0b
ArtifactChecksum:M2QyMjVhYzEwYjk0NDZkN2ExNGY5NzI2ZTYwN2U2NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d49292c2-34e5 0
ResourceCustomizationUUID:4003764a-36c2-4952-a4e5-49b6639191cc
ResourceInvariantUUID:e0a2951c-1c2f-4f8c-a629-07d871350d33
ResourceName:pNF d49292c2-34e5
ResourceType:PNF
ResourceUUID:04a7d406-8879-4156-8e2e-b97a425ac247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:33:27.627Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838 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-03-21T07:33:27.677Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:33:27.677Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:33:27.678Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:33:27.678Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b from URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:27.678Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:33:27.678Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:27.978Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:33:27.981Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar e7ea4fcb-e055-4260-b5ea-33ee1c673c0b 88008
2023-03-21T07:33:27.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T07:33:27.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:27.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:33:27.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:27.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:27.982Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384007982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:28.983Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:33:28.984Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:33:28.984Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b, URL: /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar to file: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:28.985Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:28.986Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:28.986Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:29.058Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9318867330392395494/Definitions/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml
2023-03-21T07:33:29.622Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d49292c2-34e5 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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-DemoPnfFlaeggjwyht00kqzuibr-csar.csar
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:33:29.623Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Node template pNF d49292c2-34e5 0 is matching search criteria
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d49292c2-34e5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FlaEGgjwyHt00kQzuiBr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:33:29.624Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FlaEGgjwyHt00kQzuiBr
Description:catalog service description
Model UUID:13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
Model Version:NULL
Model InvariantUuid:75a5af80-2751-43fa-b956-93743d8fd2f4
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-03-21T07:33:29.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||ERROR|500||Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists
2023-03-21T07:33:29.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T07:33:29.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists)
2023-03-21T07:33:29.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:33:29.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:29.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:29.671Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384009671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:30.672Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar ASDC sendASDCNotification
2023-03-21T07:33:30.672Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar(Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists)
2023-03-21T07:33:30.672Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:33:30.672Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:33:30.672Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:33:30.672Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384010672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:31.673Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:33:31.694Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:33:31.698Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:33:31.699Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:33:31.699Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:33:31.699Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:33:31.699Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:33:31.699Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:33:31.699Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:33:31.699Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:33:31.699Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T07:33:31.712Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:33:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:33:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:33:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:33:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:01.712Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf6d449f-7700-4617-8a46-d08a1416b239 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-03-21T07:34:01.722Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf6d449f-7700-4617-8a46-d08a1416b239 and serviceModelVersionId: 13e8bf23-89e4-4bc7-b1dd-b506b1e4f838
2023-03-21T07:34:01.722Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75a5af80-2751-43fa-b956-93743d8fd2f4
2023-03-21T07:34:01.723Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0
2023-03-21T07:34:01.729Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:34:01.743Z|bf6d449f-7700-4617-8a46-d08a1416b239|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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?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-03-21T07:34:01.744Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||Invoke
2023-03-21T07:34:01.752Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:34:01.890Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0|INFO|500||InvokeReturn
2023-03-21T07:34:01.890Z|bf6d449f-7700-4617-8a46-d08a1416b239|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/75a5af80-2751-43fa-b956-93743d8fd2f4/model-vers/model-ver/13e8bf23-89e4-4bc7-b1dd-b506b1e4f838?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:34:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[262360], x-aai-txid=[0-aai-resources-230321-07:34:02:119-74817], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:34:01.891Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:34:01.891Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:34:01.891Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T07:34:01.899Z|bf6d449f-7700-4617-8a46-d08a1416b239|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-03-21T07:34:01.899Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf6d449f-7700-4617-8a46-d08a1416b239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:34:01.899Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:34:01.899Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:01.899Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:01.899Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384041899,
  "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-03-21T07:34:02.931Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:34:02.932Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f8c655de-05e4-4fde-b51d-031ffbf3fd8e","serviceName":"Demo_pNF_MllITVlYTfrezh6tBkNO","serviceVersion":"1.0","serviceUUID":"622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a","serviceDescription":"catalog service description","serviceInvariantUUID":"e7574551-4502-4355-ac43-3f5dbcef7643","resources":[{"resourceInstanceName":"pNF 319c6e4d-4d48 0","resourceName":"pNF 319c6e4d-4d48","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16d2f119-0d36-46c9-a676-eb540585f8aa","resourceInvariantUUID":"dbd48e90-aa3d-4c83-9100-8b1ce8622160","resourceCustomizationUUID":"86cfa1cc-3148-443f-b58b-b92ae8534c1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml","artifactChecksum":"OWU0OWNkNGQ3ODlmNDQxNWYxYmFlNGU4ZmExNGZiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd154dea-851d-4f1d-8c83-d202218b11d1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar","artifactChecksum":"Y2MwMDNkYmU1MDY3OTQ3OWRmYWU2Y2E2OTE1YzJkZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d911923-2e1f-4bbd-87fb-22b23d1f1498","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35c17181-009e-462b-9cb6-ad5dbd3e02f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml","artifactChecksum":"NThjYzhlYmRhYTA5YjY5MDVmMjQ1MWIwZDg3YjFiN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a6299f7-89c2-475e-9961-41c841182766","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1365e41-d6a2-4302-a6e8-baee0eeff909","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f46856-bea1-4e84-9728-6cd5209e6755","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml","artifactChecksum":"Mzg1OGEwMTgwOGQ3MjVlYjYwZDM0Y2MwNjA4YTk0NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a647a4df-9bc6-48aa-a587-16dfb2fac039","artifactVersion":"1"},{"artifactName":"service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar","artifactChecksum":"ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc423037-e499-42e9-ad61-52e26b09d415","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:34:02.932Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:02.932Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:02.932Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:02.932Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:03.933Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:03.933Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:03.933Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:03.933Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:04.935Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:04.935Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:04.936Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:04.936Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:05.936Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:05.936Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:05.936Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:05.937Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:06.937Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:06.938Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:06.938Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:06.938Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:07.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:07.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:07.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:07.939Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:08.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:08.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:08.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:08.941Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:09.943Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:09.943Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:09.943Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:09.943Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:10.944Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "serviceName": "Demo_pNF_MllITVlYTfrezh6tBkNO",
  "serviceVersion": "1.0",
  "serviceUUID": "622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7574551-4502-4355-ac43-3f5dbcef7643",
  "resources": [
    {
      "resourceInstanceName": "pNF 319c6e4d-4d48 0",
      "resourceCustomizationUUID": "86cfa1cc-3148-443f-b58b-b92ae8534c1a",
      "resourceName": "pNF 319c6e4d-4d48",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16d2f119-0d36-46c9-a676-eb540585f8aa",
      "resourceInvariantUUID": "dbd48e90-aa3d-4c83-9100-8b1ce8622160",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
      "artifactChecksum": "ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc423037-e499-42e9-ad61-52e26b09d415"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:34:10.945Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:34:10.945Z|bf6d449f-7700-4617-8a46-d08a1416b239|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a ASDC
2023-03-21T07:34:10.946Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f8c655de-05e4-4fde-b51d-031ffbf3fd8e
ServiceName:Demo_pNF_MllITVlYTfrezh6tBkNO
ServiceVersion:1.0
ServiceUUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
ServiceInvariantUUID:e7574551-4502-4355-ac43-3f5dbcef7643
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
ArtifactUUID:fc423037-e499-42e9-ad61-52e26b09d415
ArtifactChecksum:ZWI0ZGFlNjUzMzgzYzYxNjNiNmYyMDVkYjliZjc2N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 319c6e4d-4d48 0
ResourceCustomizationUUID:86cfa1cc-3148-443f-b58b-b92ae8534c1a
ResourceInvariantUUID:dbd48e90-aa3d-4c83-9100-8b1ce8622160
ResourceName:pNF 319c6e4d-4d48
ResourceType:PNF
ResourceUUID:16d2f119-0d36-46c9-a676-eb540585f8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-21T07:34:10.946Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a 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-03-21T07:34:10.992Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:34:10.992Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:34:10.992Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:34:10.992Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415 from URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:10.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:34:10.993Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:11.261Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:34:11.264Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar fc423037-e499-42e9-ad61-52e26b09d415 87995
2023-03-21T07:34:11.264Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T07:34:11.264Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:11.265Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:34:11.265Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:11.265Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:11.265Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384051264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:12.266Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:34:12.267Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:34:12.267Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc423037-e499-42e9-ad61-52e26b09d415, URL: /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar to file: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.267Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.268Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.268Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.347Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5372939688381549066/Definitions/service-DemoPnfMllitvlytfrezh6tbkno-template.yml
2023-03-21T07:34:12.903Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:34:12.903Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:34:12.903Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.903Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-21T07:34:12.903Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.903Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.903Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.903Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 319c6e4d-4d48 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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-DemoPnfMllitvlytfrezh6tbkno-csar.csar
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:34:12.904Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Node template pNF 319c6e4d-4d48 0 is matching search criteria
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 319c6e4d-4d48 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:12.905Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_MllITVlYTfrezh6tBkNO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-21T07:34:12.906Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MllITVlYTfrezh6tBkNO
Description:catalog service description
Model UUID:622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
Model Version:NULL
Model InvariantUuid:e7574551-4502-4355-ac43-3f5dbcef7643
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-03-21T07:34:12.953Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists
2023-03-21T07:34:12.954Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T07:34:12.954Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists)
2023-03-21T07:34:12.954Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:34:12.954Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:12.954Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:12.954Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384052954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:13.955Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar ASDC sendASDCNotification
2023-03-21T07:34:13.956Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar(Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists)
2023-03-21T07:34:13.956Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:34:13.956Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:13.956Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:13.956Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384053955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:14.957Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:34:14.982Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:34:14.985Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:34:14.985Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:34:14.985Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:34:14.985Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:34:14.985Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:34:14.985Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:34:14.985Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:34:14.986Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:34:14.986Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T07:34:14.998Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:34:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:41.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.101Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383965285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383966340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: de85d43d-ffc2-4da7-ac47-4c0bd5c266e8 already exists"
}
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383967340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c4fda548-1b1a-41c6-9fb0-4a03ebb3a1b7 already exists"
}
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f28aedd-cc78-415f-bc47-47f1801091a4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383998585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.102Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/resourceInstances/pnfd49292c234e50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.103Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384007982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384009671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e7ea4fcb-e055-4260-b5ea-33ee1c673c0b already exists"
}
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384010672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFlaeggjwyht00kqzuibr/1.0/artifacts/service-DemoPnfFlaeggjwyht00kqzuibr-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 04a7d406-8879-4156-8e2e-b97a425ac247 already exists"
}
2023-03-21T07:34:41.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:34:44.999Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e 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-03-21T07:34:45.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c655de-05e4-4fde-b51d-031ffbf3fd8e and serviceModelVersionId: 622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a
2023-03-21T07:34:45.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7574551-4502-4355-ac43-3f5dbcef7643
2023-03-21T07:34:45.010Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0
2023-03-21T07:34:45.017Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:34:45.029Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?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-03-21T07:34:45.029Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||Invoke
2023-03-21T07:34:45.036Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:34:45.180Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0|INFO|500||InvokeReturn
2023-03-21T07:34:45.181Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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/e7574551-4502-4355-ac43-3f5dbcef7643/model-vers/model-ver/622ce86e-b63b-4ac8-a7bd-f296fcd8bc5a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:34:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[274648], x-aai-txid=[0-aai-resources-230321-07:34:45:403-74595], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:34:45.181Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:34:45.181Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:34:45.181Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T07:34:45.188Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|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-03-21T07:34:45.188Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c655de-05e4-4fde-b51d-031ffbf3fd8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:34:45.188Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:34:45.188Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:45.188Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:45.188Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384085188,
  "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-03-21T07:34:46.219Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:34:46.219Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c7e18f8d-8954-4b54-900a-f2f560709ff7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"01905d64-c8ad-4e9f-afdc-cb7ee58c1f07","serviceDescription":"service","serviceInvariantUUID":"a665b9b2-87f8-48a3-988b-0893f2679cf9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"113f7caa-38e2-4aed-87d6-5762463132e2","resourceInvariantUUID":"dd6b5af6-8c9e-46f4-9824-b586fb434de6","resourceCustomizationUUID":"a488fe58-5594-4a66-80de-ca9c1b568572","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":"MmIwNjg3ZDJkMjMzZTgwMmM5MzkwMjJmMGNiNWMwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d79d1df-c5fd-4308-b704-9334affe467d","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":"MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"773e4ce9-e2c0-4106-8642-1b37dc5d3e3d","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":"88028da5-360e-4fe4-932b-3c863f5b1564","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":"21d6c1f6-5a5b-4fe4-8e62-b2eb90d869d6","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":"230b6271-5720-42e0-8f4b-9f8a753ab317","artifactVersion":"2","generatedFromUUID":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2"},{"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":"f68f82b3-e291-4af4-8e04-71929e50a772","artifactVersion":"2","generatedFromUUID":"88028da5-360e-4fe4-932b-3c863f5b1564"},{"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":"675e0846-49a0-4f3f-aaf0-eecc4ab76af2","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":"68e52994-54ff-4a23-9f05-897753130364","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":"NmZmODgxNGI3ZWMxODY3ZDNmMTVhMWE4Y2Q5NTZhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd28c5-7588-4d71-a01c-181f7422ff92","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412cdb7-8e9e-4e35-ae21-7c349fee3f85","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:34:46.220Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:46.220Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:46.220Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:46.220Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:34:47.221Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:47.222Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:47.222Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:47.222Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:34:48.223Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:48.224Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:48.224Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:48.224Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:34:49.225Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:49.226Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:49.226Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:49.226Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:34:50.227Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:50.228Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:50.228Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:50.228Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:34:51.229Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:51.230Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:51.230Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:51.230Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:34:52.231Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:52.231Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:52.232Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:52.232Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:34:53.233Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:53.233Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:53.233Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:53.234Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:34:54.235Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:54.235Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:54.235Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:54.235Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:55.236Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:34:55.237Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:55.237Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:55.237Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:56.238Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01905d64-c8ad-4e9f-afdc-cb7ee58c1f07",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a665b9b2-87f8-48a3-988b-0893f2679cf9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a488fe58-5594-4a66-80de-ca9c1b568572",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "113f7caa-38e2-4aed-87d6-5762463132e2",
      "resourceInvariantUUID": "dd6b5af6-8c9e-46f4-9824-b586fb434de6",
      "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": "MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "773e4ce9-e2c0-4106-8642-1b37dc5d3e3d",
          "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": "88028da5-360e-4fe4-932b-3c863f5b1564",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
            "generatedFromUUID": "88028da5-360e-4fe4-932b-3c863f5b1564"
          },
          "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": "230b6271-5720-42e0-8f4b-9f8a753ab317",
          "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": "f68f82b3-e291-4af4-8e04-71929e50a772",
          "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": "675e0846-49a0-4f3f-aaf0-eecc4ab76af2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2412cdb7-8e9e-4e35-ae21-7c349fee3f85"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:34:56.238Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:34:56.238Z|f8c655de-05e4-4fde-b51d-031ffbf3fd8e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 ASDC
2023-03-21T07:34:56.239Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7e18f8d-8954-4b54-900a-f2f560709ff7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
ServiceInvariantUUID:a665b9b2-87f8-48a3-988b-0893f2679cf9
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:2412cdb7-8e9e-4e35-ae21-7c349fee3f85
ArtifactChecksum:ZWQzMGNiMDk3MzRmOTRkOTAzMTYyNmI5NGU4MzE1Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a488fe58-5594-4a66-80de-ca9c1b568572
ResourceInvariantUUID:dd6b5af6-8c9e-46f4-9824-b586fb434de6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:113f7caa-38e2-4aed-87d6-5762463132e2
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:773e4ce9-e2c0-4106-8642-1b37dc5d3e3d
ArtifactChecksum:MTkzYTVhODUxOGVhNWYyNDMwZmRiNGM0YTQxNTIyMDM=
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:88028da5-360e-4fe4-932b-3c863f5b1564
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:230b6271-5720-42e0-8f4b-9f8a753ab317
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:f68f82b3-e291-4af4-8e04-71929e50a772
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:675e0846-49a0-4f3f-aaf0-eecc4ab76af2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:34:56.239Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07 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-03-21T07:34:56.284Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:34:56.284Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:34:56.284Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:34:56.284Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-21T07:34:56.284Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:34:56.284Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:56.590Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-21T07:34:56.594Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 163279
2023-03-21T07:34:56.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:56.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:56.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-21T07:34:56.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:56.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:56.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384096595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:57.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:34:57.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:34:57.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:34:57.597Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-21T07:34:57.598Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:34:57.598Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:34:57.682Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9588240211039714343/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-21T07:34:58.479Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-21T07:34:58.479Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:34:58.479Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-21T07:34:58.479Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-21T07:34:58.479Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.479Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.479Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.479Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.480Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=37e29a3d-c930-4345-b180-aacf37331fc8
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.481Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-21T07:34:58.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.482Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
Model Version:NULL
Model InvariantUuid:a665b9b2-87f8-48a3-988b-0893f2679cf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:bd6fd355-2030-4dc0-aa80-915a0c052294
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd6b5af6-8c9e-46f4-9824-b586fb434de6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a488fe58-5594-4a66-80de-ca9c1b568572
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2fd2fcb7-e6c3-43e7-bf50-4c2f22e3f4bc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c0880845-ac8e-4569-9956-087448a8bd6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:6e96f1d5-30fd-4b5f-b9c3-ad37dc432fa4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:258fb453-aa14-438d-85b2-e5977a67d8e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:37e29a3d-c930-4345-b180-aacf37331fc8
ModelInvariantUuid:96a8f603-a7ec-434e-80d2-fab044443232
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c73245af-a1cd-4bac-803f-499d05ebee3a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0bf709ae-fcb9-4f1f-93f9-31ff6962692b
ModelInvariantUuid:f110a654-b45d-4307-9f47-86e965e471e5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:860405e8-bdfa-4a56-bbb0-d81eae49c337
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-03-21T07:34:58.530Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||ERROR|500||Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists
2023-03-21T07:34:58.530Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:58.530Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists)
2023-03-21T07:34:58.530Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:34:58.530Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:58.531Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:58.531Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384098530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:34:59.532Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:34:59.532Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists)
2023-03-21T07:34:59.532Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:34:59.532Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:34:59.533Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:34:59.533Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384099532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:35:00.534Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:35:00.563Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:35:00.567Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:35:00.568Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:35:00.568Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:35:00.568Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:35:00.568Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:35:00.568Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:35:00.568Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:35:00.568Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:35:00.568Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:35:00.584Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-21T07:35:30.584Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 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-03-21T07:35:30.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e18f8d-8954-4b54-900a-f2f560709ff7 and serviceModelVersionId: 01905d64-c8ad-4e9f-afdc-cb7ee58c1f07
2023-03-21T07:35:30.595Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a665b9b2-87f8-48a3-988b-0893f2679cf9
2023-03-21T07:35:30.596Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0
2023-03-21T07:35:30.600Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-21T07:35:30.609Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?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-03-21T07:35:30.610Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||Invoke
2023-03-21T07:35:30.619Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-21T07:35:30.769Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0|INFO|500||InvokeReturn
2023-03-21T07:35:30.770Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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/a665b9b2-87f8-48a3-988b-0893f2679cf9/model-vers/model-ver/01905d64-c8ad-4e9f-afdc-cb7ee58c1f07?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 07:35:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[729256], x-aai-txid=[2-aai-resources-230321-07:35:30:985-679], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-21T07:35:30.770Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-21T07:35:30.770Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-21T07:35:30.770Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:35:30.777Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|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-03-21T07:35:30.777Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e18f8d-8954-4b54-900a-f2f560709ff7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-21T07:35:30.777Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-21T07:35:30.777Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:30.778Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:30.778Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384130777,
  "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-03-21T07:35:31.808Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-21T07:35:31.809Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"98590d00-e653-4386-b10d-a734b9f347a9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a94977a-dd35-430d-b5cf-d4461d11a6cc","serviceDescription":"service","serviceInvariantUUID":"a8d9c6ec-855a-4120-bedd-073062b58525","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"957874ce-e768-4488-be41-60542675f0b2","resourceInvariantUUID":"6cc51686-4c28-4937-b4e5-5984f8751e13","resourceCustomizationUUID":"aed94782-1b8e-40f2-896e-0630fb81b9cb","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":"Y2M5NmZmMjk1Yzk4MjhjMDFkNTdlYjViYjY5ZjliNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"717e5062-74f0-4b15-ab6e-2ffe9d9a0d4f","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":"NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5e958a8-1fb9-45da-ad41-3271ae3e490a","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":"a94fdf00-87d6-441b-b58e-27aa1ca44734","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":"18c048df-4501-43a0-b735-bd9fbf787a8b","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":"a8c9fce1-da0b-4e83-9d7c-2d04262438fb","artifactVersion":"2","generatedFromUUID":"a94fdf00-87d6-441b-b58e-27aa1ca44734"},{"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":"YWU3NTExY2I5NGIzMWJmYTEyYTUyM2Y1YjlmZGY4M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c998aa2b-9f55-4da2-85dc-11cb18f9cbcd","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":"MzRlMzY0ZDU3NTg4MDA5ZjdiNTM3ZDRkYWZlY2VhMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8916cef4-3071-4212-9b24-8627a5e84857","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8c175bd-3e73-4fb0-9070-9bf352069c72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-21T07:35:31.809Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:35:31.810Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:31.810Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:31.810Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:35:32.810Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:35:32.811Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:32.811Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:32.811Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:35:33.812Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:35:33.812Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:33.812Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:33.813Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:35:34.813Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:35:34.814Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:34.814Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:34.814Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:35:35.815Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:35:35.815Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:35.815Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:35.815Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:35:36.816Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:35:36.817Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:36.817Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:36.817Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "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-03-21T07:35:37.818Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:35:37.818Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:37.819Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:37.819Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:35:38.820Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-21T07:35:38.820Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:38.820Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:38.820Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:35:39.821Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5a94977a-dd35-430d-b5cf-d4461d11a6cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8d9c6ec-855a-4120-bedd-073062b58525",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aed94782-1b8e-40f2-896e-0630fb81b9cb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "957874ce-e768-4488-be41-60542675f0b2",
      "resourceInvariantUUID": "6cc51686-4c28-4937-b4e5-5984f8751e13",
      "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": "NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5e958a8-1fb9-45da-ad41-3271ae3e490a",
          "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": "a94fdf00-87d6-441b-b58e-27aa1ca44734",
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
            "generatedFromUUID": "a94fdf00-87d6-441b-b58e-27aa1ca44734"
          },
          "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": "a8c9fce1-da0b-4e83-9d7c-2d04262438fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8c175bd-3e73-4fb0-9070-9bf352069c72"
    }
  ],
  "workloadContext": "Production"
}
2023-03-21T07:35:39.822Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-21T07:35:39.822Z|c7e18f8d-8954-4b54-900a-f2f560709ff7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a94977a-dd35-430d-b5cf-d4461d11a6cc ASDC
2023-03-21T07:35:39.822Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98590d00-e653-4386-b10d-a734b9f347a9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5a94977a-dd35-430d-b5cf-d4461d11a6cc
ServiceInvariantUUID:a8d9c6ec-855a-4120-bedd-073062b58525
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:c8c175bd-3e73-4fb0-9070-9bf352069c72
ArtifactChecksum:NTdhMTFkOTg3ZjcxZTZiZjFiNGM1OTdiMWY5MDM2ZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aed94782-1b8e-40f2-896e-0630fb81b9cb
ResourceInvariantUUID:6cc51686-4c28-4937-b4e5-5984f8751e13
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:957874ce-e768-4488-be41-60542675f0b2
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:a5e958a8-1fb9-45da-ad41-3271ae3e490a
ArtifactChecksum:NjI0ZjlmZTZkZGVjOTYzNDkwZjllNzU1ZTFhN2NkODg=
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:a94fdf00-87d6-441b-b58e-27aa1ca44734
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
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:a8c9fce1-da0b-4e83-9d7c-2d04262438fb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-21T07:35:39.822Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a94977a-dd35-430d-b5cf-d4461d11a6cc 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-03-21T07:35:39.865Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-21T07:35:39.866Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:35:39.866Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-21T07:35:39.866Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-21T07:35:39.866Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-21T07:35:39.867Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:35:39.887Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-21T07:35:39.887Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5ccdaed2
2023-03-21T07:35:39.887Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-21T07:35:39.887Z|98590d00-e653-4386-b10d-a734b9f347a9|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-21T07:35:39.888Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c8c175bd-3e73-4fb0-9070-9bf352069c72 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-21T07:35:39.888Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-21T07:35:39.888Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-21T07:35:39.888Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-21T07:35:39.888Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:39.888Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:39.888Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384139888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:35:40.890Z|98590d00-e653-4386-b10d-a734b9f347a9|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:c8c175bd-3e73-4fb0-9070-9bf352069c72)
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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-03-21T07:35:40.940Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||ERROR|500||Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists
2023-03-21T07:35:40.940Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:35:40.940Z|98590d00-e653-4386-b10d-a734b9f347a9|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: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists)
2023-03-21T07:35:40.941Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:35:40.941Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:40.941Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:40.941Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384140940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:35:41.100Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:35:41.101Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Request joining group due to: cached metadata has changed from (version114: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version115: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-21T07:35:41.113Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:35:41.114Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] (Re-)joining group
2023-03-21T07:35:41.118Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:35:41.119Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Finished assignment for group at generation 61: {SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad=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-03-21T07:35:41.135Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86-f220aa31-62fc-4931-a465-d17e37361aad', protocol='range'}
2023-03-21T07:35:41.136Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:35:41.136Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:35:41.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:35:41.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:35:41.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:35:41.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2433, 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-03-21T07:35:41.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:35:41.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0a622a8e-0370-468e-85eb-e762cfa5dc86, 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-03-21T07:35:41.942Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:35:41.942Z|98590d00-e653-4386-b10d-a734b9f347a9|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: 957874ce-e768-4488-be41-60542675f0b2 already exists)
2023-03-21T07:35:41.942Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-21T07:35:41.942Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-21T07:35:41.942Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-21T07:35:41.942Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384141942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T07:35:42.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.159Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "bf6d449f-7700-4617-8a46-d08a1416b239",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384041899,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:35:42.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/resourceInstances/pnf319c6e4d4d480/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384051264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:35:42.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384052954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: fc423037-e499-42e9-ad61-52e26b09d415 already exists"
}
2023-03-21T07:35:42.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384053955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMllitvlytfrezh6tbkno/1.0/artifacts/service-DemoPnfMllitvlytfrezh6tbkno-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 16d2f119-0d36-46c9-a676-eb540585f8aa already exists"
}
2023-03-21T07:35:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f8c655de-05e4-4fde-b51d-031ffbf3fd8e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384085188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:35:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.169Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.169Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.169Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.170Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384096595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-21T07:35:42.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384098530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2412cdb7-8e9e-4e35-ae21-7c349fee3f85 already exists"
}
2023-03-21T07:35:42.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384099532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 113f7caa-38e2-4aed-87d6-5762463132e2 already exists"
}
2023-03-21T07:35:42.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.171Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c7e18f8d-8954-4b54-900a-f2f560709ff7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384130777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-21T07:35:42.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.172Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679383466815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384139888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384140940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c8c175bd-3e73-4fb0-9070-9bf352069c72 already exists"
}
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "98590d00-e653-4386-b10d-a734b9f347a9",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679384141942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 957874ce-e768-4488-be41-60542675f0b2 already exists"
}
2023-03-21T07:35:42.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-21T07:35:42.943Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:35:42.970Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98590d00-e653-4386-b10d-a734b9f347a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-21T07:35:42.975Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-21T07:35:42.975Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-21T07:35:42.976Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-21T07:35:42.976Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-21T07:35:42.976Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:35:42.976Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:35:42.976Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:35:42.976Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-21T07:35:42.977Z|98590d00-e653-4386-b10d-a734b9f347a9|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-03-21T07:35:42.991Z|98590d00-e653-4386-b10d-a734b9f347a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution